Przeglądaj źródła

typo

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@46037 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Neteler 14 lat temu
rodzic
commit
24a46c61b0
1 zmienionych plików z 1 dodań i 1 usunięć
  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'),