فهرست منبع

fix typo https://trac.osgeo.org/grass/ticket/2277

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@60059 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 11 سال پیش
والد
کامیت
bf28c9392c
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      gui/wxpython/mapdisp/frame.py

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

@@ -1254,7 +1254,7 @@ class MapFrame(SingleMapFrame):
                                (_('Zoom to saved region'), self.OnZoomToSaved),
                                (None, None),
                                (_('Set computational region extent from display'), self.OnSetDisplayToWind),
-                               (_('Set computational region extent iteractively'), self.OnSetExtentToWind),
+                               (_('Set computational region extent interactively'), self.OnSetExtentToWind),
                                (_('Set computational region from named region'),   self.OnSetWindToRegion),
                                (None, None),
                                (_('Save display geometry to named region'), self.OnSaveDisplayRegion),