[GRASS-SVN] r54578 - grass/branches/releasebranch_6_4/gui/wxpython/lmgr

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Jan 8 07:04:26 PST 2013


Author: martinl
Date: 2013-01-08 07:04:25 -0800 (Tue, 08 Jan 2013)
New Revision: 54578

Modified:
   grass/branches/releasebranch_6_4/gui/wxpython/lmgr/toolbars.py
Log:
wxGUI: fix tooltip (delete -> remove)
       (merge r54576 from trunk)


Modified: grass/branches/releasebranch_6_4/gui/wxpython/lmgr/toolbars.py
===================================================================
--- grass/branches/releasebranch_6_4/gui/wxpython/lmgr/toolbars.py	2013-01-08 15:01:06 UTC (rev 54577)
+++ grass/branches/releasebranch_6_4/gui/wxpython/lmgr/toolbars.py	2013-01-08 15:04:25 UTC (rev 54578)
@@ -94,7 +94,7 @@
             'addOverlay' : MetaIcon(img = 'layer-more',
                                     label = _('Add grid or vector labels overlay')),
             'delCmd'     : MetaIcon(img = 'layer-remove',
-                                    label = _('Delete selected map layer')),
+                                    label = _('Remove selected map layer(s) from layer tree')),
             }
         
         return self._getToolbarData((('addMulti', icons["addMulti"],



More information about the grass-commit mailing list