Parcourir la source

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á il y a 10 ans
Parent
commit
88b41e58f1
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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