[QGIS Commit] r9810 - in trunk/qgis: doc src/app

svn_qgis at osgeo.org svn_qgis at osgeo.org
Mon Dec 15 14:16:47 EST 2008


Author: borysiasty
Date: 2008-12-15 14:16:47 -0500 (Mon, 15 Dec 2008)
New Revision: 9810

Modified:
   trunk/qgis/doc/index.html
   trunk/qgis/src/app/qgisapp.cpp
Log:
typo fix


Modified: trunk/qgis/doc/index.html
===================================================================
--- trunk/qgis/doc/index.html	2008-12-15 18:06:10 UTC (rev 9809)
+++ trunk/qgis/doc/index.html	2008-12-15 19:16:47 UTC (rev 9810)
@@ -59,7 +59,7 @@
     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.

Modified: trunk/qgis/src/app/qgisapp.cpp
===================================================================
--- trunk/qgis/src/app/qgisapp.cpp	2008-12-15 18:06:10 UTC (rev 9809)
+++ trunk/qgis/src/app/qgisapp.cpp	2008-12-15 19:16:47 UTC (rev 9810)
@@ -1835,7 +1835,7 @@
                 + 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." )



More information about the QGIS-commit mailing list