浏览代码

wxGUI/lmgr: fix the comment (https://trac.osgeo.org/grass/changeset/57909)

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@57913 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Neteler 11 年之前
父节点
当前提交
dc7a218e20
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      gui/wxpython/lmgr/frame.py

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

@@ -975,8 +975,8 @@ class GMFrame(wx.Frame):
             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"