Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Stone <michael@laptop.org>2011-01-08 04:51:27 (GMT)
committer Michael Stone <michael@laptop.org>2011-01-08 04:51:27 (GMT)
commite7a993728c5450a4b43dabe1fcc0a2c79136a814 (patch)
treea9460f44fe2dcbe7cbaa5db3b82e96bff8638992
parent0603c6d804e622c26730f67238797d05fc1ace17 (diff)
Tweak the mode label.
-rw-r--r--arithmetic.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/arithmetic.py b/arithmetic.py
index 308373a..771f224 100644
--- a/arithmetic.py
+++ b/arithmetic.py
@@ -209,7 +209,7 @@ class ArithmeticActivity(groupthink.sugar_tools.GroupActivity):
difficultylabel = gtk.Label("Difficulty: ")
periodlabel = gtk.Label("Period: ")
periodunitslabel= gtk.Label(" sec ")
- modelabel = gtk.Label("Question types: ")
+ modelabel = gtk.Label("Puzzles: ")
questionlabel = gtk.Label("Question: ")
answerlabel = gtk.Label("Answer: ")
decisionlabel = gtk.Label("You were: ")