Skip to content

Commit dc2642b

Browse files
author
jef
committedDec 14, 2008
fix i18n relevant typo in plugin installer
git-svn-id: http://svn.osgeo.org/qgis/trunk@9795 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 7077357 commit dc2642b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎python/plugins/plugin_installer/i18n.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ QgsPluginInstallerDialog::foo()
196196
tr( "Plugin uninstall failed" )
197197
tr( "QGIS Python Plugin Installer" )
198198
tr( "Plugin uninstalled successfully" )
199-
tr( "Python plugin uninstalled. Note that tou may need to restart Quantum GIS in order to remove it completely." )
199+
tr( "Python plugin uninstalled. Note that you may need to restart Quantum GIS in order to remove it completely." )
200200
// def ChangeCheckingPolicy
201201

202202
// def addKnownRepositories

‎python/plugins/plugin_installer/installer_gui.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -643,7 +643,7 @@ def uninstallPlugin(self):
643643
plugins.setPluginData(key, "error", "")
644644
plugins.setPluginData(key, "error_details", "")
645645
self.populatePluginTree()
646-
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."))
646+
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."))
647647

648648

649649
# ----------------------------------------- #

0 commit comments

Comments
 (0)
Please sign in to comment.