From 4394eb3615e485494d36848518cfe2ad872f9068 Mon Sep 17 00:00:00 2001 From: Rafael Ortiz Date: Tue, 27 Sep 2011 19:22:27 +0000 Subject: re-phrasing --- (limited to 'activity.py') diff --git a/activity.py b/activity.py index b0a578c..818445e 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 %(talk)s instead.") % \ (old_voice.friendlyname, new_voice.friendlyname) else: new_voice = new_voice[0] -- cgit v0.9.1