浏览代码

typo

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@46037 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Neteler 14 年之前
父节点
当前提交
24a46c61b0
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      gui/wxpython/icons/icon.py

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

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