瀏覽代碼

wxGUI/iclass: wording

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@58428 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 11 年之前
父節點
當前提交
4bea1766cf
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      gui/wxpython/iclass/toolbars.py

+ 1 - 1
gui/wxpython/iclass/toolbars.py

@@ -40,7 +40,7 @@ iClassIcons = {
         'sigFile' : MetaIcon(img = 'script-save',
                              label = _('Save signature file')),
         'delCmd' : MetaIcon(img = 'layer-remove',
-                            label = _('Delete selected map layer')),
+                            label = _('Remove selected map layer')),
         'exportAreas' : MetaIcon(img = 'layer-export',
                             label = _('Export training areas to vector map')),
         'importAreas' : MetaIcon(img = 'layer-import',