aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Screens/Wizard.py
diff options
context:
space:
mode:
authorStefan Pluecken <stefan.pluecken@multimedia-labs.de>2005-12-14 03:16:00 +0000
committerStefan Pluecken <stefan.pluecken@multimedia-labs.de>2005-12-14 03:16:00 +0000
commitd8788218352baea253a15bf57da4b10968bd29ee (patch)
tree2fd3c17f43b928314307fa27a741299b7690bb17 /lib/python/Screens/Wizard.py
parent16d321e496810ea779f2f3bf60be9870cd0330bd (diff)
downloadenigma2-d8788218352baea253a15bf57da4b10968bd29ee.tar.gz
enigma2-d8788218352baea253a15bf57da4b10968bd29ee.zip
change text a bit
Diffstat (limited to 'lib/python/Screens/Wizard.py')
-rw-r--r--lib/python/Screens/Wizard.py1
1 files changed, 1 insertions, 0 deletions
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"] != "":