Skip to content

Commit 8fccc65

Browse files
author
gjm
committed
Fix a typo in the about dialog box text
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@10583 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent bb919fd commit 8fccc65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/qgisapp.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1855,7 +1855,7 @@ void QgisApp::about()
18551855
whatsNew += QGis::QGIS_VERSION;
18561856
whatsNew += "<h2>" + tr( "Whats new in Version 1.1.0?" ) + "</h2>"
18571857
+ "<p>"
1858-
+ 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." )
1858+
+ 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." )
18591859
+ "</p>"
18601860
+ "<p>"
18611861
+ 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:" )

0 commit comments

Comments
 (0)