浏览代码

wxGUI: slight reformulation of the message in https://trac.osgeo.org/grass/changeset/63997

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@63998 15284696-431f-4ddb-bdfa-cd5b030d7da7
Anna Petrášová 10 年之前
父节点
当前提交
88b41e58f1
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      gui/wxpython/lmgr/frame.py

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

@@ -856,7 +856,7 @@ class GMFrame(wx.Frame):
         except UnicodeEncodeError:
             GError(parent=self,
                    message = _("Due to the limitations of your operating system, "
-                               "the script path cannot contain non-ascii characters. "
+                               "the script path cannot contain certain non-ascii characters. "
                                "Please rename the script or move it to a different location."))
             return