Przeglądaj źródła

wxGUI: system info cosmetics

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@64146 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 10 lat temu
rodzic
commit
ac2f6a6f29
1 zmienionych plików z 4 dodań i 4 usunięć
  1. 4 4
      gui/wxpython/lmgr/frame.py

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

@@ -1093,16 +1093,16 @@ class GMFrame(wx.Frame):
                                 "%s: %s\n"
                                 "%s: %s\n"
                                 # "%s: %s (%s)\n"
-                                "GDAL/OGR: %s\n"
+                                "GDAL: %s\n"
                                 "PROJ.4: %s\n"
                                 "GEOS: %s\n"
                                 "SQLite: %s\n"
                                 "Python: %s\n"
                                 "wxPython: %s\n"
                                 "%s: %s%s\n"% (_("GRASS version"), vInfo.get('version', _('unknown version')),
-                                               _("GRASS SVN Revision"), vInfo.get('revision', '?'),
-                                               _("Build Date"), vInfo.get('build_date', '?'),
-                                               _("Build Platform"), vInfo.get('build_platform', '?'),
+                                               _("GRASS SVN revision"), vInfo.get('revision', '?'),
+                                               _("Build date"), vInfo.get('build_date', '?'),
+                                               _("Build platform"), vInfo.get('build_platform', '?'),
                                                # _("GIS Library Revision"), vInfo.get('libgis_revision'], vInfo.get('libgis_date'].split(' ', 1)[0],
                                                vInfo.get('gdal', '?'), vInfo.get('proj4', '?'), vInfo.get('geos', '?'), vInfo.get('sqlite', '?'),
                                                platform.python_version(),