diff --git a/src/app/qgisapp.cpp b/src/app/qgisapp.cpp index f184a11137b..ec684191172 100644 --- a/src/app/qgisapp.cpp +++ b/src/app/qgisapp.cpp @@ -2507,86 +2507,69 @@ void QgisApp::about() abt->setVersion( versionString ); QString whatsNew = "" ; whatsNew += "

" + tr( "Version" ) + " " + QString( QGis::QGIS_VERSION ) + "

"; - whatsNew += "

" + tr( "Whats new in Version 1.5.0 'Tethys'?" ) + "

"; + whatsNew += "

" + tr( "Whats new in Version 1.6.0 'CapiapĆ³'?" ) + "

"; + whatsNew += "

"; + whatsNew += tr( "Please note that this is a release in our 'cutting edge' release series. As" ); + whatsNew += tr( "such it contains new features and extends the programmatic interface over QGIS" ); + whatsNew += tr( "1.0.x and QGIS 1.5.0. We recommend that you use this version over previous releases. " ); + whatsNew += "

"; + whatsNew += "

"; + whatsNew += tr( "This release includes over 177 bug fixes and many new features and enhancements. " ); + whatsNew += tr( "Once again it is impossible to document everything here that has changed so we will " ); + whatsNew += tr( "just provide a bullet list of key new features here." ); + whatsNew += "

"; - whatsNew += "

"; - whatsNew += tr( "Please note that this is a release in our 'cutting edge' release series. As " - "such it contains new features and extends the programmatic interface over QGIS " - "1.0.x and QGIS 1.4.0. If an unchanging user interface, programmatic API 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 Long Term Support (LTS)1.0.x " - "release series. In all other cases we recommend that you use this version." ); - whatsNew += "

"; - whatsNew += "

"; - whatsNew += tr( "This release includes over 350 bug fixes, over 40 new features. " - "Once again it is impossible to document everything here that has changed so we will " - "just provide a bullet list of key new features here." ); - whatsNew += "

"; + whatsNew += "

" + tr( "General Improvements" ) + "

"; + whatsNew += ""; - whatsNew += "

" + tr( "Main GUI" ) + "

"; + whatsNew += "

" + tr( "Table of contents (TOC) improvements" ) + "

"; + whatsNew += ""; - whatsNew += ""; + whatsNew += "

" + tr( "Labelling (New generation only)" ) + "

"; + whatsNew += ""; + whatsNew += "

" + tr( "Layer properties and symbology" ) + "

"; + whatsNew += ""; + + whatsNew += "

" + tr( "Map Composer" ) + "

"; + whatsNew += ""; - whatsNew += "

" + tr( "WMS and WMS-C Support" ) + "

"; - whatsNew += ""; - whatsNew += "

" + tr( "API Updates" ) + "

"; - whatsNew += ""; whatsNew += "";