소스 검색

change label for grGcpReload

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@42779 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Metz 15 년 전
부모
커밋
0e20c198af
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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"],