Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/activity.py
diff options
context:
space:
mode:
Diffstat (limited to 'activity.py')
-rw-r--r--activity.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/activity.py b/activity.py
index a225869..b0a578c 100644
--- a/activity.py
+++ b/activity.py
@@ -442,7 +442,7 @@ class SpeakActivity(SharedActivity):
if i[0].short_name == old_voice.short_name]
if not new_voice:
new_voice = brain.get_default_voice()
- sorry = _("Sorry, I can't speak %s, let's speak %s instead.") % \
+ sorry = _("Sorry, I can't %(speak)s, let's %(speak)s instead.") % \
(old_voice.friendlyname, new_voice.friendlyname)
else:
new_voice = new_voice[0]