[GRASS-SVN] r38157 - grass/trunk/gui/wxpython/gui_modules

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Jul 2 05:06:11 EDT 2009


Author: martinl
Date: 2009-07-02 05:06:11 -0400 (Thu, 02 Jul 2009)
New Revision: 38157

Modified:
   grass/trunk/gui/wxpython/gui_modules/preferences.py
Log:
wxGUI: cosmetics in label
       (merge from devbr6, r38156)


Modified: grass/trunk/gui/wxpython/gui_modules/preferences.py
===================================================================
--- grass/trunk/gui/wxpython/gui_modules/preferences.py	2009-07-02 09:03:40 UTC (rev 38156)
+++ grass/trunk/gui/wxpython/gui_modules/preferences.py	2009-07-02 09:06:11 UTC (rev 38157)
@@ -1161,7 +1161,7 @@
         # proj
         row += 1
         label = wx.StaticText(parent=panel, id=wx.ID_ANY,
-                              label=_("Proj.4 string:"))
+                              label=_("Proj.4 string (required):"))
         projString = wx.TextCtrl(parent=panel, id=wx.ID_ANY,
                                  value=self.settings.Get(group='display', key='projection', subkey='proj4'),
                                  name="GetValue", size=(400, -1))



More information about the grass-commit mailing list