[GRASS-SVN] r55110 - grass/trunk/gui/wxpython/gui_core

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Feb 18 02:25:41 PST 2013


Author: hamish
Date: 2013-02-18 02:25:40 -0800 (Mon, 18 Feb 2013)
New Revision: 55110

Modified:
   grass/trunk/gui/wxpython/gui_core/preferences.py
Log:
comment fix

Modified: grass/trunk/gui/wxpython/gui_core/preferences.py
===================================================================
--- grass/trunk/gui/wxpython/gui_core/preferences.py	2013-02-18 10:22:58 UTC (rev 55109)
+++ grass/trunk/gui/wxpython/gui_core/preferences.py	2013-02-18 10:25:40 UTC (rev 55110)
@@ -1208,7 +1208,7 @@
 
         gridSizer = wx.GridBagSizer (hgap = 3, vgap = 3)
 
-        # note + button
+        # note for users expecting on-the-fly data reprojection
         row = 0
         note0 = wx.StaticText(parent = panel, id = wx.ID_ANY,
                              label = _("\nNote: This only controls the coordinates "



More information about the grass-commit mailing list