summaryrefslogtreecommitdiff
path: root/client/modules/Unclear.py
diff options
context:
space:
mode:
Diffstat (limited to 'client/modules/Unclear.py')
-rw-r--r--client/modules/Unclear.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/client/modules/Unclear.py b/client/modules/Unclear.py
index 071eea3..5701c52 100644
--- a/client/modules/Unclear.py
+++ b/client/modules/Unclear.py
@@ -18,9 +18,9 @@ def handle(text, mic, profile):
number)
"""
- messages = ["I'm sorry, could you repeat that?",
- "My apologies, could you try saying that again?",
- "Say that again?", "I beg your pardon?"]
+ messages = [_("I'm sorry, could you repeat that?"),
+ _("My apologies, could you try saying that again?"),
+ _("Say that again?"), _("I beg your pardon?")]
message = random.choice(messages)