summaryrefslogtreecommitdiffstats
path: root/modules/translate.py
diff options
context:
space:
mode:
Diffstat (limited to 'modules/translate.py')
-rwxr-xr-xmodules/translate.py2
1 files changed, 1 insertions, 1 deletions
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: