From b2fe5b31e271f711cda6f2d730a51abba5244131 Mon Sep 17 00:00:00 2001 From: "Sean B. Palmer" Date: Tue, 27 Dec 2011 14:50:21 +0000 Subject: Typo2 --- modules/translate.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- cgit v1.2.3-1-g7c22