[GRASS-SVN] r39261 - grass/trunk/gui/wxpython/icons

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Sep 19 20:25:30 EDT 2009


Author: cmbarton
Date: 2009-09-19 20:25:29 -0400 (Sat, 19 Sep 2009)
New Revision: 39261

Modified:
   grass/trunk/gui/wxpython/icons/icon.py
Log:
Minor changes to mouseover text. Backported from develbranch_6 r39244

Modified: grass/trunk/gui/wxpython/icons/icon.py
===================================================================
--- grass/trunk/gui/wxpython/icons/icon.py	2009-09-20 00:03:40 UTC (rev 39260)
+++ grass/trunk/gui/wxpython/icons/icon.py	2009-09-20 00:25:29 UTC (rev 39261)
@@ -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