Преглед изворни кода

tweak drop down wording

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@55104 15284696-431f-4ddb-bdfa-cd5b030d7da7
Hamish Bowman пре 12 година
родитељ
комит
72d0cb124a
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      gui/wxpython/core/settings.py

+ 1 - 1
gui/wxpython/core/settings.py

@@ -825,7 +825,7 @@ class Settings:
         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