diff options
| author | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2008-07-11 15:08:28 +0000 |
|---|---|---|
| committer | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2008-07-11 15:08:28 +0000 |
| commit | ef8a8bf5092d3beeedd7ffa45c73ff65ec3cab3c (patch) | |
| tree | ad567e7bf845cfd23cbf677b40c18f5fa3bf7829 /lib/python/Screens/ScanSetup.py | |
| parent | 73e3c0f153eac79658865b86116522d0a945c76e (diff) | |
| download | enigma2-ef8a8bf5092d3beeedd7ffa45c73ff65ec3cab3c.tar.gz enigma2-ef8a8bf5092d3beeedd7ffa45c73ff65ec3cab3c.zip | |
add message "Please press OK to continue." to DefaultSatLists wizard's
last step
Diffstat (limited to 'lib/python/Screens/ScanSetup.py')
| -rw-r--r-- | lib/python/Screens/ScanSetup.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Screens/ScanSetup.py b/lib/python/Screens/ScanSetup.py index 18995d10..2a80fcbe 100644 --- a/lib/python/Screens/ScanSetup.py +++ b/lib/python/Screens/ScanSetup.py @@ -296,7 +296,7 @@ class DefaultSatLists(DefaultWizard): print "statusCallback:", status, progress from Components.DreamInfoHandler import DreamInfoHandler if status == DreamInfoHandler.STATUS_DONE: - self["text"].setText(_("The installation of the default services lists is finished.")) + self["text"].setText(_("The installation of the default services lists is finished.") + "\n\n" + _("Please press OK to continue.")) self.markDone() self.disableKeys = False |
