Browse Source

wxGUI/preferences: label cosmetics

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@54602 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 12 years ago
parent
commit
83b05079df
1 changed files with 1 additions and 1 deletions
  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()