Skip to content

Commit

Permalink
Fix a typo in the about dialog box text
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@10583 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
gjm committed Apr 17, 2009
1 parent 02bf44e commit 709d255
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/qgisapp.cpp
Expand Up @@ -1855,7 +1855,7 @@ void QgisApp::about()
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:" )
Expand Down

0 comments on commit 709d255

Please sign in to comment.