PluginDownloader: Fix typo.

This commit is contained in:
Valentin Lorentz 2014-03-22 14:23:50 +00:00
parent 8d7687213a
commit c1b0624eb8
1 changed files with 1 additions and 1 deletions

View File

@ -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 = []