Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/activity.py
diff options
context:
space:
mode:
authorRafael Ortiz <rafael@activitycentral.com>2011-09-27 20:28:09 (GMT)
committer Rafael Ortiz <rafael@activitycentral.com>2011-09-27 20:28:09 (GMT)
commitf4bcee97b0f27188a03d7375094962319bded6b1 (patch)
tree507c1c162133152c016bc2c906b428e7c2ff7b23 /activity.py
parent58fac76ed86159076735082e898d3ed0d50d7617 (diff)
reverting straing format until further investigation
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 818445e..17cd708 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 %(talk)s instead.") % \
+ sorry = _("Sorry, I can't speak %s, let's talk %s instead.") % \
(old_voice.friendlyname, new_voice.friendlyname)
else:
new_voice = new_voice[0]