summaryrefslogtreecommitdiff
path: root/client/conversation.py
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2015-02-02 13:23:06 +0100
committerschneefux <schneefux+commit@schneefux.xyz>2015-02-02 13:23:06 +0100
commitcd6454ea6e9e0999720d053a857d37513cc8ef7e (patch)
tree6a1e9f078317b7fe91bbe6345b18029de46eecc5 /client/conversation.py
parentfe02dbcfb22bef26c0490d826ed29b49551a3cdf (diff)
downloadjasper-client-cd6454ea6e9e0999720d053a857d37513cc8ef7e.tar.gz
jasper-client-cd6454ea6e9e0999720d053a857d37513cc8ef7e.zip
add more translatable strings
Diffstat (limited to 'client/conversation.py')
-rw-r--r--client/conversation.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/conversation.py b/client/conversation.py
index 6b2fab1..34b0479 100644
--- a/client/conversation.py
+++ b/client/conversation.py
@@ -46,4 +46,4 @@ class Conversation(object):
if input:
self.brain.query(input)
else:
- self.mic.say("Pardon?")
+ self.mic.say(_("Pardon?"))