[GRASS-SVN] r54576 - grass/trunk/gui/wxpython/lmgr
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue Jan 8 06:58:28 PST 2013
Author: martinl
Date: 2013-01-08 06:58:27 -0800 (Tue, 08 Jan 2013)
New Revision: 54576
Modified:
grass/trunk/gui/wxpython/lmgr/toolbars.py
Log:
wxGUI: fix tooltip (delete -> remove)
Modified: grass/trunk/gui/wxpython/lmgr/toolbars.py
===================================================================
--- grass/trunk/gui/wxpython/lmgr/toolbars.py 2013-01-08 13:41:50 UTC (rev 54575)
+++ grass/trunk/gui/wxpython/lmgr/toolbars.py 2013-01-08 14:58:27 UTC (rev 54576)
@@ -90,7 +90,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