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>2009-01-09 01:52:16 (GMT)
committer Wade Brainerd <wadetb@gmail.com>2009-01-09 01:52:16 (GMT)
commit14cb77ea40378470039dcb242f1c540f450afaeb (patch)
treefdc26b7710014e3bfd6af968e9cdbaed5a6ca171 /mainscreen.py
parent7e62258bb503d7772a01c51a7cca8529c543687d (diff)
Lessonbuilder stuff.
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 01ecc27..49641bc 100644
--- a/mainscreen.py
+++ b/mainscreen.py
@@ -173,7 +173,7 @@ class MainScreen(gtk.VBox):
label = gtk.Label()
label.set_alignment(0.0, 0.5)
label.set_markup("<span size='16000'><b>" + lesson['name'] + "</b></span>\n" +
- "<span size='8000' color='#c0c0c0'>" + lesson['description'] + "</span>")
+ "<span size='9000' 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 arrow button to the right.')