Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.3rc1, 0.3, and 0.4rc1

cmenu: minor change on annotate menu text

Changeset ca1b001a3aae

Parent 7af4448bcbb7

by TK Soh

Changes to one file · Browse files at ca1b001a3aae Showing diff from parent 7af4448bcbb7 Diff from another changeset...

 
312
313
314
315
 
316
317
318
 
312
313
314
 
315
316
317
318
@@ -312,7 +312,7 @@
  result.append(TortoiseMenu(_("Undo Changes"),   _("Revert selected files"),   self._revert, icon="menurevert.ico")) - result.append(TortoiseMenu(_("Annotate File"), + result.append(TortoiseMenu(_("Annotate Files"),   _("show changeset information per file line"),   self._annotate, icon="menublame.ico"))