@@ -1628,29 +1628,32 @@ void QgisApp::about()
16281628 QString whatsNew = " <html><body>" + tr (" Version" ) + " " ;
16291629 whatsNew += QGis::qgisVersion;
16301630 whatsNew += " <h3>" + tr (" New features" ) + " </h3>" +
1631- tr (" This release candidate includes over 120 bug fixes and enchancements "
1632- " over the QGIS 0.9.1 release. In addition we have added "
1631+ tr (" This release candidate includes over 60 bug fixes and enchancements "
1632+ " over the QGIS 0.10.0 release. In addition we have added "
16331633 " the following new features:" );
16341634 whatsNew += " <ul><li>"
1635- + tr (" Imrovements to digitising capabilities. " )
1635+ + tr (" Revision of all dialogs for user interface consistancy " )
16361636 + " </li>"
16371637 + " <li>"
1638- + tr (" Supporting default and defined styles (.qml) files for file based "
1639- " vector layers. With styles you can save the symbolisation "
1640- " and other settings associated with a vector layer and they "
1641- " will be loaded whenever you load that layer." )
1638+ + tr (" Improvements to unique value renderer vector dialog" )
16421639 + " </li>"
16431640 + " <li>"
1644- + tr (" Improved support for transparency and contrast stretching "
1645- " in raster layers. Support for color ramps in raster layers. "
1646- " Support for non-north up rasters. Many other raster "
1647- " improvements 'under the hood'." )
1641+ + tr (" Symbol previews when defining vector classes" )
16481642 + " </li>"
16491643 + " <li>"
1650- + tr (" Updated icons for improved visual consistancy. " )
1644+ + tr (" Separation of python support into its own library " )
16511645 + " </li>"
16521646 + " <li>"
1653- + tr (" Support for migration of old projects to work in newer QGIS versions." )
1647+ + tr (" List view and filter for GRASS toolbox to find tools more quickly" )
1648+ + " </li>"
1649+ + " <li>"
1650+ + tr (" List view and filter for Plugin Manager to find plugins more easily" )
1651+ + " </li>"
1652+ + " <li>"
1653+ + tr (" Updated Spatial Reference System definitions" )
1654+ + " </li>"
1655+ + " <li>"
1656+ + tr (" QML Style support for rasters and database layers" )
16541657 + " </li>"
16551658// + "<li>"
16561659// + tr("X")
0 commit comments