Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@9810 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
borysiasty committed Dec 15, 2008
1 parent 976f10d commit 4f7c076
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/index.html
Expand Up @@ -59,7 +59,7 @@ <h2>Whats new in Version 1.0.0?</h2>
A new plugin was added for interpolating point features into ASCII grid layers.
</li>
<li>
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.
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.
</li>
<li>
Plugin toolbar positions are now correctly saved when the application is closed.
Expand Down
2 changes: 1 addition & 1 deletion src/app/qgisapp.cpp
Expand Up @@ -1835,7 +1835,7 @@ void QgisApp::about()
+ tr( "A new plugin was added for interpolating point features into ASCII grid layers." )
+ "</li>"
+ "<li>"
+ 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." )
+ 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." )
+ "</li>"
+ "<li>"
+ tr( "Plugin toolbar positions are now correctly saved when the application is closed." )
Expand Down

0 comments on commit 4f7c076

Please sign in to comment.