From d8788218352baea253a15bf57da4b10968bd29ee Mon Sep 17 00:00:00 2001 From: Stefan Pluecken Date: Wed, 14 Dec 2005 03:16:00 +0000 Subject: change text a bit --- lib/python/Screens/Wizard.py | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/python') diff --git a/lib/python/Screens/Wizard.py b/lib/python/Screens/Wizard.py index 5b59d2c0..7eda9b0b 100644 --- a/lib/python/Screens/Wizard.py +++ b/lib/python/Screens/Wizard.py @@ -166,6 +166,7 @@ class Wizard(Screen, HelpableScreen): self["step"].setText(_("Step ") + str(self.currStep) + "/" + str(self.numSteps)) self["stepslider"].setValue(self.currStep) + print _(self.wizard[self.currStep]["text"]) self["text"].setText(_(self.wizard[self.currStep]["text"])) if self.wizard[self.currStep]["code"] != "": -- cgit v1.2.3