Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWalter Bender <walter.bender@gmail.com>2012-04-20 12:53:00 (GMT)
committer Walter Bender <walter.bender@gmail.com>2012-04-20 12:53:00 (GMT)
commit5873654fe8b377fe57295a2d98051bed3317dee5 (patch)
tree5812b0b23dfb97ff1f732235342f50f1b4160d4b
parentd115f22ff2210f72a00769549f6710a48e4b3625 (diff)
clean up some strings
-rw-r--r--VisualMatchActivity.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/VisualMatchActivity.py b/VisualMatchActivity.py
index a524789..d48c5a1 100644
--- a/VisualMatchActivity.py
+++ b/VisualMatchActivity.py
@@ -685,7 +685,7 @@ class VisualMatchActivity(activity.Activity):
add_paragraph(help_box, PROMPT_DICT['word'], icon='new-word-game')
add_paragraph(help_box, PROMPT_DICT['custom'], icon='new-custom-game')
add_paragraph(help_box, _('Play with the computer'), icon='robot-off')
- add_paragraph(help_box, _('Robot pause time'))
+ add_paragraph(help_box, _('robot pause time'))
add_paragraph(help_box, _('beginner'), icon='beginner')
add_paragraph(help_box, _('intermediate'), icon='intermediate')
add_paragraph(help_box, _('expert'), icon='expert')