소스 검색

wording

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@46651 15284696-431f-4ddb-bdfa-cd5b030d7da7
Hamish Bowman 14 년 전
부모
커밋
c52c9f70a6
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      gui/wxpython/gui_modules/render.py

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

@@ -630,7 +630,7 @@ class Map(object):
                     "\n\n" + _("Details:") + " %s" % msg
             else:
                 message = _("Unable to get current geographic extent. "
-                            "Force quiting wxGUI. Please run manually g.region to "
+                            "Force quiting wxGUI. Please manually run g.region to "
                             "fix the problem.")
             gcmd.GError(message)
             return self.region