Skip to content

Commit 7fb0fa3

Browse files
author
jef
committed
fix translation string
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@13757 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent c9b0800 commit 7fb0fa3

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

src/app/qgisapp.cpp

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2430,17 +2430,17 @@ void QgisApp::about()
24302430
whatsNew += "<h2>" + tr( "Whats new in Version 1.5.0 'Tethys'?" ) + "</h2>";
24312431

24322432
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." );
24392439
whatsNew += "</p>";
24402440
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." );
24442444
whatsNew += "</p>";
24452445

24462446
whatsNew += "<h3>" + tr( "Main GUI" ) + "</h3>";
@@ -2453,7 +2453,7 @@ void QgisApp::about()
24532453
whatsNew += " <li>" + tr( "Choice between mm and map units for new symbology. Scaling to use new symbology in print composer as well" ) + "</li>";
24542454
whatsNew += " <li>" + tr( "SVG fill symbol layer for polygon textures" ) + "</li>";
24552455
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>";
24572457
whatsNew += " <li>" + tr( "Allow hiding of deprecated CRSes" ) + "</li>";
24582458
whatsNew += " <li>" + tr( "Add point displacement renderer plugin - allows points to be shifted to avoid colliding with other points" ) + "</li>";
24592459
whatsNew += " <li>" + tr( "Allow saving vector layers as ogr vector files" ) + "</li>";

0 commit comments

Comments
 (0)