diff options
Diffstat (limited to 'client/brain.py')
| -rw-r--r-- | client/brain.py | 4 |
1 files changed, 2 insertions, 2 deletions
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, |
