Quellcode durchsuchen

change label for grGcpReload

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@42779 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Metz vor 15 Jahren
Ursprung
Commit
0e20c198af
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      gui/wxpython/icons/icon.py

+ 1 - 1
gui/wxpython/icons/icon.py

@@ -328,7 +328,7 @@ Icons = {
     '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"],