Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS6
-rw-r--r--activity.py2
-rw-r--r--activity/activity.info2
3 files changed, 8 insertions, 2 deletions
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