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

history: change UI text of mq button to "Patch Queue"

To be consistent with the View menu entry.
Adapt tip text accordingly, using "Show/Hide" instead of "Toggle".

Changeset 80eb1ee9ba36

Parent 2f8c6dc897dc

by Adrian Buehlmann

Changes to one file · Browse files at 80eb1ee9ba36 Showing diff from parent 2f8c6dc897dc Diff from another changeset...

 
89
90
91
92
 
93
94
 
95
96
97
 
89
90
91
 
92
93
 
94
95
96
97
@@ -89,9 +89,9 @@
  ]   if 'mq' in self.exs:   self.mqtb = self.make_toolbutton(gtk.STOCK_DIRECTORY, - _('MQ'), + _('Patch Queue'),   self.mq_clicked, name='mq', - tip=_('Toggle MQ panel'), + tip=_('Show/Hide Patch Queue'),   toggle=True,   icon='menupatch.ico')   tbar += [self.mqtb, gtk.SeparatorToolItem()]