diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2015-02-02 13:23:06 +0100 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2015-02-02 13:23:06 +0100 |
| commit | cd6454ea6e9e0999720d053a857d37513cc8ef7e (patch) | |
| tree | 6a1e9f078317b7fe91bbe6345b18029de46eecc5 /client/brain.py | |
| parent | fe02dbcfb22bef26c0490d826ed29b49551a3cdf (diff) | |
| download | jasper-client-cd6454ea6e9e0999720d053a857d37513cc8ef7e.tar.gz jasper-client-cd6454ea6e9e0999720d053a857d37513cc8ef7e.zip | |
add more translatable strings
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, |
