[GRASS-SVN] r59203 - grass/trunk/gui/wxpython/gui_core
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Mar 5 20:31:22 PST 2014
Author: annakrat
Date: 2014-03-05 20:31:21 -0800 (Wed, 05 Mar 2014)
New Revision: 59203
Modified:
grass/trunk/gui/wxpython/gui_core/toolbars.py
Log:
wxGUI: omit word 'graphic' in 'Save display to file' (mentioned in #822)
Modified: grass/trunk/gui/wxpython/gui_core/toolbars.py
===================================================================
--- grass/trunk/gui/wxpython/gui_core/toolbars.py 2014-03-06 01:37:02 UTC (rev 59202)
+++ grass/trunk/gui/wxpython/gui_core/toolbars.py 2014-03-06 04:31:21 UTC (rev 59203)
@@ -62,7 +62,7 @@
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',
More information about the grass-commit
mailing list