Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Ortiz <rafael@activitycentral.com>2011-08-29 19:39:52 (GMT)
committer Rafael Ortiz <rafael@activitycentral.com>2011-08-29 19:39:52 (GMT)
commit2aeb27a76ba498b4de1d28fe736cb5565fd031a3 (patch)
tree1523b94205f85f2e03a84c7c0d8e3b11d832b25d
parent0ba9fb10a6d06a055813865c807d49e2b895e322 (diff)
giving an rp variant to voice, specific for AU
-rw-r--r--activity/activity.info4
-rwxr-xr-xspeaker.py2
2 files changed, 3 insertions, 3 deletions
diff --git a/activity/activity.info b/activity/activity.info
index dfd37b8..7191fd9 100644
--- a/activity/activity.info
+++ b/activity/activity.info
@@ -1,9 +1,9 @@
[Activity]
name = Clock
-service_name = tv.alterna.Clock
+bundle_id = tv.alterna.Clock
exec = sugar-activity clock.ClockActivity
icon = activity-clock
-activity_version = 6
+activity_version = 600
host_version = 1
show_launcher = yes
license=Public Domain
diff --git a/speaker.py b/speaker.py
index 03c7275..b9c8601 100755
--- a/speaker.py
+++ b/speaker.py
@@ -48,7 +48,7 @@ class Speaker:
# TRANS: The language and voice variant
# Look at http://espeak.sourceforge.net/commands.html for details, and
# http://espeak.sourceforge.net/languages.html to see if your language is supported.
- VOICE = _p("espeak-voice", "en")
+ VOICE = _p("espeak-voice", "en-rp")
def speak(self, text):