[GRASS-SVN] r58428 - grass/trunk/gui/wxpython/iclass

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Dec 9 08:34:27 PST 2013


Author: martinl
Date: 2013-12-09 08:34:27 -0800 (Mon, 09 Dec 2013)
New Revision: 58428

Modified:
   grass/trunk/gui/wxpython/iclass/toolbars.py
Log:
wxGUI/iclass: wording

Modified: grass/trunk/gui/wxpython/iclass/toolbars.py
===================================================================
--- grass/trunk/gui/wxpython/iclass/toolbars.py	2013-12-09 12:26:50 UTC (rev 58427)
+++ grass/trunk/gui/wxpython/iclass/toolbars.py	2013-12-09 16:34:27 UTC (rev 58428)
@@ -40,7 +40,7 @@
         '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',



More information about the grass-commit mailing list