[QGIS Commit] r9795 - trunk/qgis/python/plugins/plugin_installer
svn_qgis at osgeo.org
svn_qgis at osgeo.org
Sun Dec 14 06:06:18 EST 2008
Author: jef
Date: 2008-12-14 06:06:18 -0500 (Sun, 14 Dec 2008)
New Revision: 9795
Modified:
trunk/qgis/python/plugins/plugin_installer/i18n.cpp
trunk/qgis/python/plugins/plugin_installer/installer_gui.py
Log:
fix i18n relevant typo in plugin installer
Modified: trunk/qgis/python/plugins/plugin_installer/i18n.cpp
===================================================================
--- trunk/qgis/python/plugins/plugin_installer/i18n.cpp 2008-12-14 10:57:37 UTC (rev 9794)
+++ trunk/qgis/python/plugins/plugin_installer/i18n.cpp 2008-12-14 11:06:18 UTC (rev 9795)
@@ -196,7 +196,7 @@
tr( "Plugin uninstall failed" )
tr( "QGIS Python Plugin Installer" )
tr( "Plugin uninstalled successfully" )
- tr( "Python plugin uninstalled. Note that tou may need to restart Quantum GIS in order to remove it completely." )
+ tr( "Python plugin uninstalled. Note that you may need to restart Quantum GIS in order to remove it completely." )
// def ChangeCheckingPolicy
// def addKnownRepositories
Modified: trunk/qgis/python/plugins/plugin_installer/installer_gui.py
===================================================================
--- trunk/qgis/python/plugins/plugin_installer/installer_gui.py 2008-12-14 10:57:37 UTC (rev 9794)
+++ trunk/qgis/python/plugins/plugin_installer/installer_gui.py 2008-12-14 11:06:18 UTC (rev 9795)
@@ -643,7 +643,7 @@
plugins.setPluginData(key, "error", "")
plugins.setPluginData(key, "error_details", "")
self.populatePluginTree()
- QMessageBox.information(self, self.tr("Plugin uninstalled successfully"), self.tr("Python plugin uninstalled. Note that tou may need to restart Quantum GIS in order to remove it completely."))
+ QMessageBox.information(self, self.tr("Plugin uninstalled successfully"), self.tr("Python plugin uninstalled. Note that you may need to restart Quantum GIS in order to remove it completely."))
# ----------------------------------------- #
More information about the QGIS-commit
mailing list