[GRASS-SVN] r54602 - grass/trunk/gui/wxpython/gui_core

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Jan 12 03:00:27 PST 2013


Author: martinl
Date: 2013-01-12 03:00:26 -0800 (Sat, 12 Jan 2013)
New Revision: 54602

Modified:
   grass/trunk/gui/wxpython/gui_core/preferences.py
Log:
wxGUI/preferences: label cosmetics


Modified: grass/trunk/gui/wxpython/gui_core/preferences.py
===================================================================
--- grass/trunk/gui/wxpython/gui_core/preferences.py	2013-01-11 16:39:38 UTC (rev 54601)
+++ grass/trunk/gui/wxpython/gui_core/preferences.py	2013-01-12 11:00:26 UTC (rev 54602)
@@ -1289,7 +1289,7 @@
         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()



More information about the grass-commit mailing list