Przeglądaj źródła

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 lat temu
rodzic
commit
dc7a218e20
1 zmienionych plików z 2 dodań i 2 usunięć
  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"