Преглед изворни кода

typo

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@46647 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Neteler пре 14 година
родитељ
комит
62a0141d91
1 измењених фајлова са 1 додато и 1 уклоњено
  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')),
         },