[GRASS-SVN] r42779 - grass/trunk/gui/wxpython/icons

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Jul 13 03:44:47 EDT 2010


Author: mmetz
Date: 2010-07-13 07:44:46 +0000 (Tue, 13 Jul 2010)
New Revision: 42779

Modified:
   grass/trunk/gui/wxpython/icons/icon.py
Log:
change label for grGcpReload

Modified: grass/trunk/gui/wxpython/icons/icon.py
===================================================================
--- grass/trunk/gui/wxpython/icons/icon.py	2010-07-13 07:43:23 UTC (rev 42778)
+++ grass/trunk/gui/wxpython/icons/icon.py	2010-07-13 07:44:46 UTC (rev 42779)
@@ -328,7 +328,7 @@
     'grGcpClear' : MetaIcon (img=Icons["grGcpClear"],
                              label=_("Clear selected GCP")),
     'grGcpReload' : MetaIcon (img=Icons["grGcpReload"],
-                              label=_("Reload GCPs from selected POINTS file")),
+                              label=_("Reload GCPs from POINTS file")),
     'grGcpQuit' : MetaIcon (img=Icons["quit"],
                             label=_("Quit georectification module")),
     "grSettings": MetaIcon (img=Icons["settings"],



More information about the grass-commit mailing list