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

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Apr 18 16:09:20 EDT 2011


Author: neteler
Date: 2011-04-18 13:09:19 -0700 (Mon, 18 Apr 2011)
New Revision: 46036

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-04-18 20:08:56 UTC (rev 46035)
+++ grass/branches/develbranch_6/gui/wxpython/icons/icon.py	2011-04-18 20:09:19 UTC (rev 46036)
@@ -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