Browse Source

typo

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@46647 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Neteler 14 years ago
parent
commit
62a0141d91
1 changed files with 1 additions and 1 deletions
  1. 1 1
      gui/wxpython/icons/icon.py

+ 1 - 1
gui/wxpython/icons/icon.py

@@ -237,7 +237,7 @@ Icons = {
         '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')),
         },