Przeglądaj źródła

tweak drop down wording

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@55104 15284696-431f-4ddb-bdfa-cd5b030d7da7
Hamish Bowman 12 lat temu
rodzic
commit
72d0cb124a
1 zmienionych plików z 1 dodań i 1 usunięć
  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