From 4394eb3615e485494d36848518cfe2ad872f9068 Mon Sep 17 00:00:00 2001 From: Rafael Ortiz Date: Tue, 27 Sep 2011 19:22:27 +0000 Subject: re-phrasing --- diff --git a/NEWS b/NEWS index 1a9127d..2efd0ce 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,9 @@ +32 + +* Set-english-rp-as-default-for-en_AU (Sebastian Silva) +* avoiding gettext warning +* New translations + 31 * Remove KeepButton due to deprecation (Gonzalo Odiard) 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] diff --git a/activity/activity.info b/activity/activity.info index 7ab971c..ba588cc 100644 --- a/activity/activity.info +++ b/activity/activity.info @@ -11,7 +11,7 @@ description = Speak is a talking face for the XO laptop. Anything you type will homepage = http://wiki.sugarlabs.org/go/Activities/Speak license = GPLv3+ -version = %(activity_version)s +#version = %(activity_version)s stability = stable icon = activity-speak -- cgit v0.9.1