[GRASS-SVN] r54617 - grass/trunk/gui/wxpython/lmgr

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Jan 13 10:02:06 PST 2013


Author: martinl
Date: 2013-01-13 10:02:05 -0800 (Sun, 13 Jan 2013)
New Revision: 54617

Modified:
   grass/trunk/gui/wxpython/lmgr/toolbars.py
Log:
wxGUI: layer toolbar tooltip cosmetics


Modified: grass/trunk/gui/wxpython/lmgr/toolbars.py
===================================================================
--- grass/trunk/gui/wxpython/lmgr/toolbars.py	2013-01-13 17:50:31 UTC (rev 54616)
+++ grass/trunk/gui/wxpython/lmgr/toolbars.py	2013-01-13 18:02:05 UTC (rev 54617)
@@ -197,9 +197,9 @@
         """
         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"],



More information about the grass-commit mailing list