[GRASS-SVN] r44212 -
grass/branches/releasebranch_6_4/gui/wxpython/gui_modules
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Nov 7 10:22:35 EST 2010
Author: martinl
Date: 2010-11-07 07:22:35 -0800 (Sun, 07 Nov 2010)
New Revision: 44212
Modified:
grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/mapdisp.py
Log:
cosmetics in messages
(merge r44211 from trunk)
Modified: grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/mapdisp.py
===================================================================
--- grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/mapdisp.py 2010-11-07 15:19:00 UTC (rev 44211)
+++ grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/mapdisp.py 2010-11-07 15:22:35 UTC (rev 44212)
@@ -1915,7 +1915,7 @@
zoommenu = wx.Menu()
# Add items to the menu
- zoomwind = wx.MenuItem(zoommenu, wx.ID_ANY, _('Zoom to computational region (set with g.region)'))
+ zoomwind = wx.MenuItem(zoommenu, wx.ID_ANY, _('Zoom to computational region'))
zoommenu.AppendItem(zoomwind)
self.Bind(wx.EVT_MENU, self.OnZoomToWind, zoomwind)
More information about the grass-commit
mailing list