Browse Source

cosmetics in messages

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@44211 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 14 years ago
parent
commit
49ba2a080f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      gui/wxpython/gui_modules/mapdisp.py

+ 1 - 1
gui/wxpython/gui_modules/mapdisp.py

@@ -1915,7 +1915,7 @@ class MapFrame(wx.Frame):
         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)