From e7a993728c5450a4b43dabe1fcc0a2c79136a814 Mon Sep 17 00:00:00 2001 From: Michael Stone Date: Sat, 08 Jan 2011 04:51:27 +0000 Subject: Tweak the mode label. --- 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: ") -- cgit v0.9.1