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

gdialog: rename "Launch" menu to "Tools"

The documentation ("TortoiseHG.pdf") currently mostly uses the term
"Tool" as well when referring to one of the dialogs.

Changeset a651a2f8cbdf

Parent debeaa2e68e7

by Adrian Buehlmann

Changes to one file · Browse files at a651a2f8cbdf Showing diff from parent debeaa2e68e7 Diff from another changeset...

Change 1 of 1 Show Entire File hggtk/​gdialog.py Stacked
 
424
425
426
427
 
428
429
430
 
424
425
426
 
427
428
429
430
@@ -424,7 +424,7 @@
  menus = self.get_menu_list()   if menus:   allmenus = [ - (_('Launch'), False, False, + (_('Tools'), False, False,   [(_('Changelog'), self.launch, ['log'], 'menulog.ico'),   (_('Commit'), self.launch, ['commit'], 'menucommit.ico'),   (_('Datamine'), self.launch, ['datamine'], 'menurepobrowse.ico'),