[GRASS-SVN] r54577 - grass/branches/develbranch_6/gui/wxpython/lmgr

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


Author: martinl
Date: 2013-01-08 07:01:06 -0800 (Tue, 08 Jan 2013)
New Revision: 54577

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


Modified: grass/branches/develbranch_6/gui/wxpython/lmgr/toolbars.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/lmgr/toolbars.py	2013-01-08 14:58:27 UTC (rev 54576)
+++ grass/branches/develbranch_6/gui/wxpython/lmgr/toolbars.py	2013-01-08 15:01:06 UTC (rev 54577)
@@ -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