[GRASS-SVN] r58476 - grass/trunk/gui/wxpython/iclass
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Dec 16 10:33:04 PST 2013
Author: wenzeslaus
Date: 2013-12-16 10:33:04 -0800 (Mon, 16 Dec 2013)
New Revision: 58476
Modified:
grass/trunk/gui/wxpython/iclass/toolbars.py
Log:
wxGUI/iclass: fixing typo in toolbar label (from r58468)
Modified: grass/trunk/gui/wxpython/iclass/toolbars.py
===================================================================
--- grass/trunk/gui/wxpython/iclass/toolbars.py 2013-12-16 12:07:08 UTC (rev 58475)
+++ grass/trunk/gui/wxpython/iclass/toolbars.py 2013-12-16 18:33:04 UTC (rev 58476)
@@ -36,7 +36,7 @@
'selectGroup' : MetaIcon(img = 'layer-group-add',
label = _('Select imagery group')),
'run' : MetaIcon(img = 'execute',
- label = _('Run analysis amd update histogram and coincidence plots')),
+ label = _('Run analysis, update histogram and coincidence plots')),
'sigFile' : MetaIcon(img = 'script-save',
label = _('Save signature file for i.maxlik')),
'delCmd' : MetaIcon(img = 'layer-remove',
More information about the grass-commit
mailing list