# HG changeset patch
# User Adrian Buehlmann <[email protected]>
# Date 1252609268 -7200
# Node ID a651a2f8cbdfebfb8bea05d153bbc376ab8e32ef
# Parent debeaa2e68e7f7422e09d617d8ac2905e938c190
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.
diff --git a/hggtk/gdialog.py b/hggtk/gdialog.py
--- a/hggtk/gdialog.py
+++ b/hggtk/gdialog.py
@@ -424,7 +424,7 @@ class GDialog(gtk.Window):
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'),
------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now. http://p.sf.net/sfu/bobj-july
_______________________________________________
Tortoisehg-develop mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tortoisehg-develop