Skip to content

Commit bb4352c

Browse files
author
borysiasty
committedDec 15, 2008
typo fix
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@9810 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent b4816e2 commit bb4352c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎doc/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ <h2>Whats new in Version 1.0.0?</h2>
5959
A new plugin was added for interpolating point features into ASCII grid layers.
6060
</li>
6161
<li>
62-
The python plugin manager was completely overhauled, the new version having many improvements, including checking that the version of QGIS running will support a plugin that is being installed.
62+
The python plugin installer was completely overhauled, the new version having many improvements, including checking that the version of QGIS running will support a plugin that is being installed.
6363
</li>
6464
<li>
6565
Plugin toolbar positions are now correctly saved when the application is closed.

‎src/app/qgisapp.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1835,7 +1835,7 @@ void QgisApp::about()
18351835
+ tr( "A new plugin was added for interpolating point features into ASCII grid layers." )
18361836
+ "</li>"
18371837
+ "<li>"
1838-
+ tr( "The python plugin manager was completely overhauled, the new version having many improvements, including checking that the version of QGIS running will support a plugin that is being installed." )
1838+
+ tr( "The python plugin installer was completely overhauled, the new version having many improvements, including checking that the version of QGIS running will support a plugin that is being installed." )
18391839
+ "</li>"
18401840
+ "<li>"
18411841
+ tr( "Plugin toolbar positions are now correctly saved when the application is closed." )

0 commit comments

Comments
 (0)
Please sign in to comment.