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

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Jan 25 13:14:22 EST 2009


Author: martinl
Date: 2009-01-25 13:14:22 -0500 (Sun, 25 Jan 2009)
New Revision: 35620

Modified:
   grass/trunk/gui/wxpython/gui_modules/preferences.py
Log:
wording
      (merge from relbr64, r35618)


Modified: grass/trunk/gui/wxpython/gui_modules/preferences.py
===================================================================
--- grass/trunk/gui/wxpython/gui_modules/preferences.py	2009-01-25 18:11:37 UTC (rev 35619)
+++ grass/trunk/gui/wxpython/gui_modules/preferences.py	2009-01-25 18:14:22 UTC (rev 35620)
@@ -1434,8 +1434,8 @@
         
         row += 1
         gridSizer.Add(item=wx.StaticText(parent=panel, id=wx.ID_ANY,
-                                         label=_("Note: To change icon theme, "
-                                                 "you must save settings and restart the GUI.")),
+                                         label=_("Note: For changing the icon theme, "
+                                                 "you must save the settings and restart this GUI.")),
                       flag=wx.ALIGN_CENTER_VERTICAL,
                       pos=(row, 0), span=(1, 2))
                       



More information about the grass-commit mailing list