[GRASS-SVN] r58468 - grass/trunk/gui/wxpython/iclass
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Dec 16 02:22:04 PST 2013
Author: martinl
Date: 2013-12-16 02:22:04 -0800 (Mon, 16 Dec 2013)
New Revision: 58468
Modified:
grass/trunk/gui/wxpython/iclass/toolbars.py
Log:
wxGUI/iclass: improve labels (cosmetics)
Modified: grass/trunk/gui/wxpython/iclass/toolbars.py
===================================================================
--- grass/trunk/gui/wxpython/iclass/toolbars.py 2013-12-16 10:18:02 UTC (rev 58467)
+++ grass/trunk/gui/wxpython/iclass/toolbars.py 2013-12-16 10:22:04 UTC (rev 58468)
@@ -36,9 +36,9 @@
'selectGroup' : MetaIcon(img = 'layer-group-add',
label = _('Select imagery group')),
'run' : MetaIcon(img = 'execute',
- label = _('Run analysis')),
+ label = _('Run analysis amd update histogram and coincidence plots')),
'sigFile' : MetaIcon(img = 'script-save',
- label = _('Save signature file')),
+ label = _('Save signature file for i.maxlik')),
'delCmd' : MetaIcon(img = 'layer-remove',
label = _('Remove selected map layer')),
'exportAreas' : MetaIcon(img = 'layer-export',
More information about the grass-commit
mailing list