Skip to content

Commit 69a0704

Browse files
author
timlinux
committedJan 29, 2008

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎src/app/qgisapp.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1506,10 +1506,10 @@ void QgisApp::about()
15061506
abt->setURLs(urls);
15071507
QString whatsNew = "<html><body>" + tr("Version") + " ";
15081508
whatsNew += QGis::qgisVersion;
1509-
whatsNew += "<h3>" + tr("New features") + "</h3>";
1510-
+ tr("This release candidate includes over 40 bug fixes and enchancements "
1509+
whatsNew += "<h3>" + tr("New features") + "</h3>" +
1510+
tr("This release candidate includes over 40 bug fixes and enchancements "
15111511
"over the QGIS 0.9.1 release. In addition we have added "
1512-
"the following new features:")
1512+
"the following new features:");
15131513
whatsNew += "<ul><li>"
15141514
+ tr("Imrovements to digitising capabilities.")
15151515
+ "</li>"

0 commit comments

Comments
 (0)
Please sign in to comment.