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 06efa62..baa430d 100755
--- a/modules/translate.py
+++ b/modules/translate.py
@@ -64,7 +64,7 @@ def tr(phenny, context):
else: msg = 'The %s to %s translation failed, sorry!' % (input, output)
phenny.reply(msg)
- else: phenny.reply('Ehwhatnow?')
+ else: phenny.reply('Language guessing failed, so try suggesting one!')
tr.rule = ('$nick', ur'(?:([a-z]{2}) +)?(?:([a-z]{2}) +)?["“](.+?)["”]\? *$')
tr.example = '$nickname: "mon chien"? or $nickname: fr "mon chien"?'