[GRASS-SVN] r46647 - grass/trunk/gui/wxpython/icons

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


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

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

Modified: grass/trunk/gui/wxpython/icons/icon.py
===================================================================
--- grass/trunk/gui/wxpython/icons/icon.py	2011-06-09 17:35:39 UTC (rev 46646)
+++ grass/trunk/gui/wxpython/icons/icon.py	2011-06-09 17:35:44 UTC (rev 46647)
@@ -237,7 +237,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