File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -2668,21 +2668,21 @@ void QgisApp::about()
2668
2668
.arg ( QGis::QGIS_VERSION )
2669
2669
.arg ( QGis::QGIS_SVN_VERSION );
2670
2670
2671
- versionString += tr ( " \n This copy of QGIS has been built with GDAL /OGR %1." ).arg ( GDAL_RELEASE_NAME );
2671
+ versionString += tr ( " \n GDAL /OGR Version: %1." ).arg ( GDAL_RELEASE_NAME );
2672
2672
2673
2673
#ifdef HAVE_POSTGRESQL
2674
- versionString += tr ( " \n This copy of QGIS has been built with PostgreSQL support (%1) ." ).arg ( PG_VERSION );
2674
+ versionString += tr ( " \n PostgreSQL Client Version: %1 ." ).arg ( PG_VERSION );
2675
2675
#else
2676
- versionString += tr ( " \n This copy of QGIS has been built without PostgreSQL support." );
2676
+ versionString += tr ( " \n No PostgreSQL support." );
2677
2677
#endif
2678
2678
2679
2679
#ifdef HAVE_SPATIALITE
2680
- versionString += tr ( " \n This copy of QGIS has been built with SpatiaLite support (%1) ." ).arg ( spatialite_version () );
2680
+ versionString += tr ( " \n SpatiaLite Version: %1 ." ).arg ( spatialite_version () );
2681
2681
#else
2682
- versionString += tr ( " \n This copy of QGIS has been built without SpatiaLite support." );
2682
+ versionString += tr ( " \n No SpatiaLite support." );
2683
2683
#endif
2684
2684
2685
- versionString += tr ( " \n This copy of QGIS has been built with QWT %1." ).arg ( QWT_VERSION_STR );
2685
+ versionString += tr ( " \n QWT Version: %1." ).arg ( QWT_VERSION_STR );
2686
2686
2687
2687
#ifdef QGISDEBUG
2688
2688
versionString += tr ( " \n This copy of QGIS writes debugging output." );
You can’t perform that action at this time.
0 commit comments