summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSean B. Palmer <sean@miscoranda.com>2011-12-27 14:50:21 +0000
committerSean B. Palmer <sean@miscoranda.com>2011-12-27 14:50:21 +0000
commitb2fe5b31e271f711cda6f2d730a51abba5244131 (patch)
tree8a45a8fc859742f8edcb29c2ed4c838f282e9f80
parent3724ba37cd02a2bf57012839f84c627eb5df65a2 (diff)
downloadbot-b2fe5b31e271f711cda6f2d730a51abba5244131.tar.gz
bot-b2fe5b31e271f711cda6f2d730a51abba5244131.tar.bz2
bot-b2fe5b31e271f711cda6f2d730a51abba5244131.zip
Typo2
-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: