Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/FractionBounceActivity.py
diff options
context:
space:
mode:
authorWalter Bender <walter.bender@gmail.com>2011-10-01 11:11:45 (GMT)
committer Walter Bender <walter.bender@gmail.com>2011-10-01 11:11:45 (GMT)
commit794b69d8f16acac58818e4fe701384f4390b4525 (patch)
treebf83ed0ae5e09cf788f0a3f5d24d8baef15742d2 /FractionBounceActivity.py
parent6ca3311bb4490deeab3bf6d958b09475b57d2898 (diff)
clean up label text
Diffstat (limited to 'FractionBounceActivity.py')
-rw-r--r--FractionBounceActivity.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/FractionBounceActivity.py b/FractionBounceActivity.py
index d74b0cf..043b74e 100644
--- a/FractionBounceActivity.py
+++ b/FractionBounceActivity.py
@@ -129,5 +129,5 @@ class FractionBounceActivity(activity.Activity):
def reset_label(self, fraction):
""" update the challenge label """
self.challenge.set_label(_("Bounce the ball to a position %(fraction)s \
-way from the left side the bottom of the screen.") \
+way from the left side of the bar.") \
% {'fraction': dec2frac(fraction)})