浏览代码

wxGUI: omit word 'graphic' in 'Save display to file' (mentioned in https://trac.osgeo.org/grass/ticket/822)

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@59203 15284696-431f-4ddb-bdfa-cd5b030d7da7
Anna Petrášová 11 年之前
父节点
当前提交
f249c5213a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      gui/wxpython/gui_core/toolbars.py

+ 1 - 1
gui/wxpython/gui_core/toolbars.py

@@ -62,7 +62,7 @@ BaseIcons = {
                             label = _('Pan'),
                             desc = _('Drag with mouse to pan')),
     'saveFile'   : MetaIcon(img = 'map-export',
-                            label = _('Save display to graphic file')),
+                            label = _('Save display to file')),
     'print'      : MetaIcon(img = 'print',
                             label = _('Print display')),
     'font'       : MetaIcon(img = 'font',