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

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Oct 2 03:12:45 PDT 2013


Author: neteler
Date: 2013-10-02 03:12:45 -0700 (Wed, 02 Oct 2013)
New Revision: 57913

Modified:
   grass/trunk/gui/wxpython/lmgr/frame.py
Log:
wxGUI/lmgr: fix the comment (r57909)

Modified: grass/trunk/gui/wxpython/lmgr/frame.py
===================================================================
--- grass/trunk/gui/wxpython/lmgr/frame.py	2013-10-02 09:05:10 UTC (rev 57912)
+++ grass/trunk/gui/wxpython/lmgr/frame.py	2013-10-02 10:12:45 UTC (rev 57913)
@@ -975,8 +975,8 @@
             osgeo4w = ''
         
         self._gconsole.WriteCmdLog(_("System Info"))
-        # platform from UTF-8 conversion was added because of Fedora 19
-        # which has the name Schrodinger's cat (umlaut and special ' character)
+        # platform from UTF-8 conversion was added because of the Fedora 19 release
+        # which has the name "Schrödinger’s cat" (umlaut and special ' character)
         # which appears in the platform.platform() string
         self._gconsole.WriteLog("%s: %s\n"
                                 "%s: %s\n"



More information about the grass-commit mailing list