[GRASS-SVN] r64146 - grass/trunk/gui/wxpython/lmgr
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue Jan 13 11:24:13 PST 2015
Author: martinl
Date: 2015-01-13 11:24:12 -0800 (Tue, 13 Jan 2015)
New Revision: 64146
Modified:
grass/trunk/gui/wxpython/lmgr/frame.py
Log:
wxGUI: system info cosmetics
Modified: grass/trunk/gui/wxpython/lmgr/frame.py
===================================================================
--- grass/trunk/gui/wxpython/lmgr/frame.py 2015-01-13 19:12:13 UTC (rev 64145)
+++ grass/trunk/gui/wxpython/lmgr/frame.py 2015-01-13 19:24:12 UTC (rev 64146)
@@ -1093,16 +1093,16 @@
"%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(),
More information about the grass-commit
mailing list