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 13:40:58 (GMT)
committer Walter Bender <walter.bender@gmail.com>2011-10-01 13:40:58 (GMT)
commitbf285adbc46830ee6d833554eee336328691229d (patch)
tree1b6b3257d62b3e1ffac4a5af9cfd3310e880e77c /FractionBounceActivity.py
parent085a198575e189b611f2222b70fbd0464c31484a (diff)
more label text clean up
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 6454c72..1634b2d 100644
--- a/FractionBounceActivity.py
+++ b/FractionBounceActivity.py
@@ -91,5 +91,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 of the bar.") \
+of the way from the left side of the bar.") \
% {'fraction': fraction})