[GRASS-SVN] r35619 -
grass/branches/develbranch_6/gui/wxpython/gui_modules
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Jan 25 13:11:37 EST 2009
Author: martinl
Date: 2009-01-25 13:11:37 -0500 (Sun, 25 Jan 2009)
New Revision: 35619
Modified:
grass/branches/develbranch_6/gui/wxpython/gui_modules/preferences.py
Log:
wording
(merge from relbr64, r35618)
Modified: grass/branches/develbranch_6/gui/wxpython/gui_modules/preferences.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/gui_modules/preferences.py 2009-01-25 18:06:49 UTC (rev 35618)
+++ grass/branches/develbranch_6/gui/wxpython/gui_modules/preferences.py 2009-01-25 18:11:37 UTC (rev 35619)
@@ -1443,8 +1443,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