Skip to content

Commit

Permalink
fix i18n relevant typo in plugin installer
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@9795 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
jef committed Dec 14, 2008
1 parent 7077357 commit dc2642b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python/plugins/plugin_installer/i18n.cpp
Expand Up @@ -196,7 +196,7 @@ QgsPluginInstallerDialog::foo()
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
Expand Down
2 changes: 1 addition & 1 deletion python/plugins/plugin_installer/installer_gui.py
Expand Up @@ -643,7 +643,7 @@ def uninstallPlugin(self):
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."))


# ----------------------------------------- #
Expand Down

0 comments on commit dc2642b

Please sign in to comment.