fix MeCab error message

This commit is contained in:
Rob Speer 2016-07-29 17:30:02 -04:00
parent afe6537994
commit fcf2445c3e

View File

@ -28,7 +28,7 @@ def find_mecab_dictionary(names):
return path return path
error_lines = [ 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", "You should download or use your system's package manager to install",
"the %r package." % suggested_pkg, "the %r package." % suggested_pkg,
"", "",