diff --git a/modules/translate.py b/modules/translate.py index 209e5bd..968cd63 100755 --- a/modules/translate.py +++ b/modules/translate.py @@ -50,7 +50,7 @@ def tr(phenny, context): output = (output or 'en').encode('utf-8') if input != output: - msg, input = translate2(phrase, input, output) + msg, input = translate(phrase, input, output) if isinstance(msg, str): msg = msg.decode('utf-8') if msg: