From c1b0624eb85b1a00df7d827c9f618deca0c1e040 Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Sat, 22 Mar 2014 14:23:50 +0000 Subject: [PATCH] PluginDownloader: Fix typo. --- plugins/PluginDownloader/plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/PluginDownloader/plugin.py b/plugins/PluginDownloader/plugin.py index be27c0862..86f6c1465 100644 --- a/plugins/PluginDownloader/plugin.py +++ b/plugins/PluginDownloader/plugin.py @@ -169,7 +169,7 @@ class GithubRepository(GitRepository): import lib2to3 except ImportError: return _('Plugin is probably not compatible with your ' - 'Python version (3.x) but could not be converted ' + 'Python version (3.x) and could not be converted ' 'because 2to3 is not installed.') import subprocess fixers = []