@@ -2430,17 +2430,17 @@ void QgisApp::about()
2430
2430
whatsNew += " <h2>" + tr ( " Whats new in Version 1.5.0 'Tethys'?" ) + " </h2>" ;
2431
2431
2432
2432
whatsNew += " <p>" ;
2433
- whatsNew += tr ( " Please note that this is a release in our 'cutting edge' release series. As " );
2434
- whatsNew += tr ( " such it contains new features and extends the programmatic interface over QGIS " );
2435
- whatsNew += tr ( " 1.0.x and QGIS 1.4.0. If an unchanging user interface, programmatic API and " );
2436
- whatsNew += tr ( " long term support is more important to you then cool new and untested features, " );
2437
- whatsNew += tr ( " we recommend that you use a copy of QGIS from our Long Term Support (LTS)1.0.x " );
2438
- whatsNew += tr ( " release series. In all other cases we recommend that you use this version." );
2433
+ whatsNew += tr ( " Please note that this is a release in our 'cutting edge' release series. As "
2434
+ " such it contains new features and extends the programmatic interface over QGIS "
2435
+ " 1.0.x and QGIS 1.4.0. If an unchanging user interface, programmatic API and "
2436
+ " long term support is more important to you then cool new and untested features, "
2437
+ " we recommend that you use a copy of QGIS from our Long Term Support (LTS)1.0.x "
2438
+ " release series. In all other cases we recommend that you use this version." );
2439
2439
whatsNew += " </p>" ;
2440
2440
whatsNew += " <p>" ;
2441
- whatsNew += tr ( " This release includes over 350 bug fixes, over 40 new features. " );
2442
- whatsNew += tr ( " Once again it is impossible to document everything here that has changed so we will " );
2443
- whatsNew += tr ( " just provide a bullet list of key new features here." );
2441
+ whatsNew += tr ( " This release includes over 350 bug fixes, over 40 new features. "
2442
+ " Once again it is impossible to document everything here that has changed so we will "
2443
+ " just provide a bullet list of key new features here." );
2444
2444
whatsNew += " </p>" ;
2445
2445
2446
2446
whatsNew += " <h3>" + tr ( " Main GUI" ) + " </h3>" ;
@@ -2453,7 +2453,7 @@ void QgisApp::about()
2453
2453
whatsNew += " <li>" + tr ( " Choice between mm and map units for new symbology. Scaling to use new symbology in print composer as well" ) + " </li>" ;
2454
2454
whatsNew += " <li>" + tr ( " SVG fill symbol layer for polygon textures" ) + " </li>" ;
2455
2455
whatsNew += " <li>" + tr ( " Font marker symbol layer" ) + " </li>" ;
2456
- whatsNew += " <li>" + tr ( " Added --noplugins command line options to avoid restoring the plugins. Useful when a plugin misbehaves and causes QGIS to crash during startup" ) + " </li>" ;
2456
+ whatsNew += " <li>" + tr ( " Added --noplugins command line options to avoid restoring the plugins. Useful when a plugin misbehaves and causes QGIS to crash during startup" ) + " </li>" ;
2457
2457
whatsNew += " <li>" + tr ( " Allow hiding of deprecated CRSes" ) + " </li>" ;
2458
2458
whatsNew += " <li>" + tr ( " Add point displacement renderer plugin - allows points to be shifted to avoid colliding with other points" ) + " </li>" ;
2459
2459
whatsNew += " <li>" + tr ( " Allow saving vector layers as ogr vector files" ) + " </li>" ;
0 commit comments