fix MeCab error message

Former-commit-id: fcf2445c3e
This commit is contained in:
Robyn Speer 2016-07-29 17:30:02 -04:00
parent 94712c8312
commit 875dd5669f

View File

@ -28,7 +28,7 @@ def find_mecab_dictionary(names):
return path
error_lines = [
"Couldn't find the MeCab dictionary named %r." % name,
"Couldn't find the MeCab dictionary named %r." % suggested_pkg,
"You should download or use your system's package manager to install",
"the %r package." % suggested_pkg,
"",