[GRASS-SVN] r63998 - grass/trunk/gui/wxpython/lmgr

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Jan 8 09:09:49 PST 2015


Author: annakrat
Date: 2015-01-08 09:09:49 -0800 (Thu, 08 Jan 2015)
New Revision: 63998

Modified:
   grass/trunk/gui/wxpython/lmgr/frame.py
Log:
wxGUI: slight reformulation of the message in r63997 

Modified: grass/trunk/gui/wxpython/lmgr/frame.py
===================================================================
--- grass/trunk/gui/wxpython/lmgr/frame.py	2015-01-08 17:02:46 UTC (rev 63997)
+++ grass/trunk/gui/wxpython/lmgr/frame.py	2015-01-08 17:09:49 UTC (rev 63998)
@@ -856,7 +856,7 @@
         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
         



More information about the grass-commit mailing list