[GRASS-SVN] r46646 - grass/branches/develbranch_6/gui/wxpython/icons

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Jun 9 13:35:40 EDT 2011


Author: neteler
Date: 2011-06-09 10:35:39 -0700 (Thu, 09 Jun 2011)
New Revision: 46646

Modified:
   grass/branches/develbranch_6/gui/wxpython/icons/icon.py
Log:
typo

Modified: grass/branches/develbranch_6/gui/wxpython/icons/icon.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/icons/icon.py	2011-06-09 17:35:18 UTC (rev 46645)
+++ grass/branches/develbranch_6/gui/wxpython/icons/icon.py	2011-06-09 17:35:39 UTC (rev 46646)
@@ -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