Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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: ")