瀏覽代碼

Minor changes to mouseover text. Backported from develbranch_6 https://trac.osgeo.org/grass/changeset/39244

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@39261 15284696-431f-4ddb-bdfa-cd5b030d7da7
Michael Barton 15 年之前
父節點
當前提交
c102fbdc02
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      gui/wxpython/icons/icon.py

+ 3 - 3
gui/wxpython/icons/icon.py

@@ -164,14 +164,14 @@ Icons = {
                              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