Skip to content

Commit 3a9a34d

Browse files
author
timlinux
committed
Fixed echanting typo
git-svn-id: http://svn.osgeo.org/qgis/trunk@11370 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 0f79915 commit 3a9a34d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ <h2>Whats new in Version 1.2.0?</h2>
3030
of QGIS from our stable 1.0.x release series.
3131
</p>
3232
<p>
33-
This release includes over 140 bug fixes and enchancements
33+
This release includes over 140 bug fixes and enhancements
3434
over the QGIS 1.1.0 release. In addition we have added
3535
the following new features:
3636
</p>

src/app/qgisapp.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -2019,7 +2019,7 @@ void QgisApp::about()
20192019
+
20202020
"</p><p>"
20212021
+
2022-
tr("This release includes over 140 bug fixes and enchancements "
2022+
tr("This release includes over 140 bug fixes and enhancements "
20232023
"over the QGIS 1.1.0 release. In addition we have added "
20242024
"the following new features:")
20252025
+ "<pre>"

0 commit comments

Comments
 (0)