[GRASS-SVN] r35618 -
grass/branches/releasebranch_6_4/gui/wxpython/gui_modules
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Jan 25 13:06:49 EST 2009
Author: martinl
Date: 2009-01-25 13:06:49 -0500 (Sun, 25 Jan 2009)
New Revision: 35618
Modified:
grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/preferences.py
Log:
wording
Modified: grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/preferences.py
===================================================================
--- grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/preferences.py 2009-01-25 16:27:10 UTC (rev 35617)
+++ grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/preferences.py 2009-01-25 18:06:49 UTC (rev 35618)
@@ -1438,8 +1438,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