[GRASS-SVN] r46645 -
grass/branches/releasebranch_6_4/gui/wxpython/icons
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Jun 9 13:35:19 EDT 2011
Author: neteler
Date: 2011-06-09 10:35:18 -0700 (Thu, 09 Jun 2011)
New Revision: 46645
Modified:
grass/branches/releasebranch_6_4/gui/wxpython/icons/icon.py
Log:
typo
Modified: grass/branches/releasebranch_6_4/gui/wxpython/icons/icon.py
===================================================================
--- grass/branches/releasebranch_6_4/gui/wxpython/icons/icon.py 2011-06-09 13:45:44 UTC (rev 46644)
+++ grass/branches/releasebranch_6_4/gui/wxpython/icons/icon.py 2011-06-09 17:35:18 UTC (rev 46645)
@@ -270,7 +270,7 @@
'layerOptions' : MetaIcon(img = iconSet.get('options', wx.ART_ERROR),
label = _('Set options')),
'mapOutput' : MetaIcon(img = iconSet.get('print-compose', wx.ART_ERROR),
- label = _('Hardcopy Map Ouput Utility')),
+ label = _('Hardcopy Map Output Utility')),
'mapcalc' : MetaIcon(img = iconSet.get('calculator', wx.ART_ERROR),
label = _('Raster Map Calculator')),
},
More information about the grass-commit
mailing list