[QGIS Commit] r10583 - trunk/qgis/src/app

svn_qgis at osgeo.org svn_qgis at osgeo.org
Fri Apr 17 04:51:01 EDT 2009


Author: gjm
Date: 2009-04-17 04:51:01 -0400 (Fri, 17 Apr 2009)
New Revision: 10583

Modified:
   trunk/qgis/src/app/qgisapp.cpp
Log:
Fix a typo in the about dialog box text


Modified: trunk/qgis/src/app/qgisapp.cpp
===================================================================
--- trunk/qgis/src/app/qgisapp.cpp	2009-04-17 04:53:38 UTC (rev 10582)
+++ trunk/qgis/src/app/qgisapp.cpp	2009-04-17 08:51:01 UTC (rev 10583)
@@ -1855,7 +1855,7 @@
     whatsNew += QGis::QGIS_VERSION;
     whatsNew += "<h2>" + tr( "Whats new in Version 1.1.0?" ) + "</h2>"
                 + "<p>"
-                + tr( "Please note that this is a release in our 'unstable' release series. As such it contains new features and extends the programmatic interface over QGIS 1.0.x. If stability and long term support is more important to you then cool new and untested features, we recommend that you use a copy of QGIS from our stable 1.0.x release series." )
+                + tr( "Please note that this is a release in our 'unstable' release series. As such it contains new features and extends the programmatic interface over QGIS 1.0.x. If stability and long term support is more important to you than cool new and untested features, we recommend that you use a copy of QGIS from our stable 1.0.x release series." )
                 + "</p>"
                 + "<p>"
                 + tr( "This release includes many bug fixes and enhancements over the QGIS 1.0.0 release. In addition we have added the following new features:" )



More information about the QGIS-commit mailing list