Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/mainscreen.py
diff options
context:
space:
mode:
authorWade Brainerd <wadetb@gmail.com>2008-12-31 22:05:37 (GMT)
committer Wade Brainerd <wadetb@gmail.com>2008-12-31 22:05:37 (GMT)
commitb6204b0afe9ba2b3bc6351705409648406351c7b (patch)
tree6e237de8fe0f709375e02edf10556735025e7d8d /mainscreen.py
parentcc20790707b816f860a4cb49afa2e6a692e1c5f5 (diff)
Progress towards release.
Diffstat (limited to 'mainscreen.py')
-rw-r--r--mainscreen.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mainscreen.py b/mainscreen.py
index 82c97a5..f3db6eb 100644
--- a/mainscreen.py
+++ b/mainscreen.py
@@ -175,7 +175,7 @@ class MainScreen(gtk.VBox):
"<span size='8000' color='#c0c0c0'>" + lesson['description'] + "</span>")
if medal_type != 'none':
- hint = _('You earned a medal in this lesson! Advance to the next one\nby clicking the red arrow button to the right.')
+ hint = _('You earned a medal in this lesson! Advance to the next one\nby clicking the arrow button to the right.')
else:
hint = ''