浏览代码

wxGUI/preferences: label cosmetics

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@54602 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 12 年之前
父节点
当前提交
83b05079df
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      gui/wxpython/gui_core/preferences.py

+ 1 - 1
gui/wxpython/gui_core/preferences.py

@@ -1289,7 +1289,7 @@ class PreferencesDialog(PreferencesBaseDialog):
         row = 0
         # ll format
         ll = wx.RadioBox(parent = panel, id = wx.ID_ANY,
-                         label = " %s " % _("LL projections"),
+                         label = " %s " % _("Lat/long projections"),
                          choices = ["DMS", "DEG"],
                          name = "GetStringSelection")
         self.winId['projection:format:ll'] = ll.GetId()