[GRASS-SVN] r38156 - grass/branches/develbranch_6/gui/wxpython/gui_modules

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Jul 2 05:03:41 EDT 2009


Author: martinl
Date: 2009-07-02 05:03:40 -0400 (Thu, 02 Jul 2009)
New Revision: 38156

Modified:
   grass/branches/develbranch_6/gui/wxpython/gui_modules/preferences.py
Log:
wxGUI: cosmetics in label


Modified: grass/branches/develbranch_6/gui/wxpython/gui_modules/preferences.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/gui_modules/preferences.py	2009-07-02 08:20:55 UTC (rev 38155)
+++ grass/branches/develbranch_6/gui/wxpython/gui_modules/preferences.py	2009-07-02 09:03:40 UTC (rev 38156)
@@ -1170,7 +1170,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