From cd6454ea6e9e0999720d053a857d37513cc8ef7e Mon Sep 17 00:00:00 2001 From: schneefux Date: Mon, 2 Feb 2015 13:23:06 +0100 Subject: add more translatable strings --- client/brain.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'client/brain.py') diff --git a/client/brain.py b/client/brain.py index 593ca39..8691c25 100644 --- a/client/brain.py +++ b/client/brain.py @@ -74,8 +74,8 @@ class Brain(object): except: self._logger.error('Failed to execute module', exc_info=True) - self.mic.say("I'm sorry. I had some trouble with " + - "that operation. Please try again later.") + self.mic.say(_("I'm sorry. I had some trouble with " + + "that operation. Please try again later.")) else: self._logger.debug("Handling of phrase '%s' by " + "module '%s' completed", text, -- cgit v1.3.1