[GRASS-SVN] r39244 - grass/branches/develbranch_6/gui/wxpython/icons
svn_grass at osgeo.org
svn_grass at osgeo.org
Fri Sep 18 01:21:42 EDT 2009
Author: cmbarton
Date: 2009-09-18 01:21:42 -0400 (Fri, 18 Sep 2009)
New Revision: 39244
Modified:
grass/branches/develbranch_6/gui/wxpython/icons/icon.py
Log:
Minor changes to mouseover and descriptions. Needs to be backported to 6.4 release branch.
Modified: grass/branches/develbranch_6/gui/wxpython/icons/icon.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/icons/icon.py 2009-09-18 05:10:43 UTC (rev 39243)
+++ grass/branches/develbranch_6/gui/wxpython/icons/icon.py 2009-09-18 05:21:42 UTC (rev 39244)
@@ -164,14 +164,14 @@
label=_("Zoom options"),
desc=_("Display zoom management")),
"overlay" : MetaIcon (img=Icons["overlay"],
- label=_("Add overlay"),
- desc=_("Add graphic overlays to map")),
+ label=_("Add map elements"),
+ desc=_("Overlay elements like scale and legend onto map")),
"addbarscale": MetaIcon (img=Icons["addbarscale"],
label=_("Add scalebar and north arrow")),
"addlegend" : MetaIcon (img=Icons["addlegend"],
label=_("Add legend")),
"savefile" : MetaIcon (img=Icons["savefile"],
- label=_("Save display to PNG file")),
+ label=_("Save display to graphic file")),
"printmap" : MetaIcon (img=Icons["printmap"],
label=_("Print display")),
# gis manager
More information about the grass-commit
mailing list