Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.0, 1.0.1, and 1.0.2

history: minor English improvement

I went back and forth between 'Previous Selection' and 'Previously Selected'
a few times and finally settled on the latter since it implies a single selected
changeset.

Changeset f22613e584af

Parent 02a4efdab97c

by Steve Borho

Changes to one file · Browse files at f22613e584af Showing diff from parent 02a4efdab97c Diff from another changeset...

 
310
311
312
313
 
314
315
316
 
310
311
312
 
313
314
315
316
@@ -310,7 +310,7 @@
  icon=gtk.STOCK_ABOUT),   dict(text=_('Working Parent'), func=navigate, args=['.'],   icon=gtk.STOCK_HOME), - dict(text=_('Previous Selected'), icon=gtk.STOCK_GO_BACK, + dict(text=_('Previously Selected'), icon=gtk.STOCK_GO_BACK,   func=lambda *a: self.goto_prev_sel()),   dict(text='----'),   dict(text=_('Revision...'), icon=gtk.STOCK_JUMP_TO,