diff options
| author | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2005-12-14 03:16:00 +0000 |
|---|---|---|
| committer | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2005-12-14 03:16:00 +0000 |
| commit | d8788218352baea253a15bf57da4b10968bd29ee (patch) | |
| tree | 2fd3c17f43b928314307fa27a741299b7690bb17 /lib/python | |
| parent | 16d321e496810ea779f2f3bf60be9870cd0330bd (diff) | |
| download | enigma2-d8788218352baea253a15bf57da4b10968bd29ee.tar.gz enigma2-d8788218352baea253a15bf57da4b10968bd29ee.zip | |
change text a bit
Diffstat (limited to 'lib/python')
| -rw-r--r-- | lib/python/Screens/Wizard.py | 1 |
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"] != "": |
