[GRASS-SVN] r46035 - grass/branches/releasebranch_6_4/gui/wxpython/icons

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Apr 18 16:08:56 EDT 2011


Author: neteler
Date: 2011-04-18 13:08:56 -0700 (Mon, 18 Apr 2011)
New Revision: 46035

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-04-18 18:14:24 UTC (rev 46034)
+++ grass/branches/releasebranch_6_4/gui/wxpython/icons/icon.py	2011-04-18 20:08:56 UTC (rev 46035)
@@ -284,7 +284,7 @@
                                      label = _('Digitize new centroid'),
                                      desc = _('Left: new point')),
         'addArea'         : MetaIcon(img = iconSet.get('polygon-create', wx.ART_ERROR),
-                                     label = _('Digitize new area (composition of bondaries without category and one centroid with category)'),
+                                     label = _('Digitize new area (composition of boundaries without category and one centroid with category)'),
                                      desc = _('Left: new point')),
         'addVertex'       : MetaIcon(img = iconSet.get('vertex-create', wx.ART_ERROR),
                                      label = _('Add new vertex'),



More information about the grass-commit mailing list