Browse Source

wxGUI: layer toolbar tooltip cosmetics

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@54617 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 12 years ago
parent
commit
6ad34abeaf
1 changed files with 2 additions and 2 deletions
  1. 2 2
      gui/wxpython/lmgr/toolbars.py

+ 2 - 2
gui/wxpython/lmgr/toolbars.py

@@ -197,9 +197,9 @@ class LMVectorToolbar(BaseToolbar):
         """
         icons = {
             'vdigit'     : MetaIcon(img = 'edit',
-                                    label = _('Edit vector maps')),
+                                    label = _('Edit selected vector map')),
             'attrTable'  : MetaIcon(img = 'table',
-                                    label = _('Show attribute table')),
+                                    label = _('Show attribute data for selected vector map')),
             }
         
         return self._getToolbarData((('vdigit', icons["vdigit"],