We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 6dd00ff commit 69a0704Copy full SHA for 69a0704
src/app/qgisapp.cpp
@@ -1506,10 +1506,10 @@ void QgisApp::about()
1506
abt->setURLs(urls);
1507
QString whatsNew = "<html><body>" + tr("Version") + " ";
1508
whatsNew += QGis::qgisVersion;
1509
- whatsNew += "<h3>" + tr("New features") + "</h3>";
1510
- + tr("This release candidate includes over 40 bug fixes and enchancements "
+ whatsNew += "<h3>" + tr("New features") + "</h3>" +
+ tr("This release candidate includes over 40 bug fixes and enchancements "
1511
"over the QGIS 0.9.1 release. In addition we have added "
1512
- "the following new features:")
+ "the following new features:");
1513
whatsNew += "<ul><li>"
1514
+ tr("Imrovements to digitising capabilities.")
1515
+ "</li>"
0 commit comments