Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.9, 0.9.1, and 0.9.1.1

status: give proper name for shelf preview tab

Changeset 6970e13ab16c

Parent 5d61ab14ffe9

by Steve Borho

Changes to one file · Browse files at 6970e13ab16c Showing diff from parent 5d61ab14ffe9 Diff from another changeset...

 
477
478
479
 
 
480
481
482
 
477
478
479
480
481
482
483
484
@@ -477,6 +477,8 @@
  res = _('Save Preview')   elif self.mqmode:   res = _('Patch Preview') + elif self.mode == 'shelve': + res = _('Shelf Preview')   else:   res = _('Commit Preview')   return res