[GRASS-SVN] r55104 - grass/trunk/gui/wxpython/core
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Feb 17 20:04:28 PST 2013
Author: hamish
Date: 2013-02-17 20:04:28 -0800 (Sun, 17 Feb 2013)
New Revision: 55104
Modified:
grass/trunk/gui/wxpython/core/settings.py
Log:
tweak drop down wording
Modified: grass/trunk/gui/wxpython/core/settings.py
===================================================================
--- grass/trunk/gui/wxpython/core/settings.py 2013-02-18 03:28:09 UTC (rev 55103)
+++ grass/trunk/gui/wxpython/core/settings.py 2013-02-18 04:04:28 UTC (rev 55104)
@@ -825,7 +825,7 @@
self.internalSettings['appearance']['menustyle']['choices'] = \
(_("Classic (labels only)"),
_("Combined (labels and module names)"),
- _("Professional (module names only)"))
+ _("Expert (module names only)"))
self.internalSettings['appearance']['gSelectPopupHeight']['min'] = 50
# there is also maxHeight given to TreeCtrlComboPopup.GetAdjustedSize
self.internalSettings['appearance']['gSelectPopupHeight']['max'] = 1000
More information about the grass-commit
mailing list