浏览代码

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