diff options
Diffstat (limited to 'data')
| -rw-r--r-- | data/startwizard.xml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/data/startwizard.xml b/data/startwizard.xml index 8fcf8f41..c004a5e6 100644 --- a/data/startwizard.xml +++ b/data/startwizard.xml @@ -160,7 +160,10 @@ config.ParentalControl.setuppin.save() <text value="After the start wizard is completed, you need to protect single services. Refer to your dreambox's manual on how to do that." /> </step> - <step id="end"> + <step id="end" laststep="true"> + <condition> +self.condition = self.isLastWizard + </condition> <text value="Thank you for using the wizard. Your box is now ready to use.\nPlease press OK to start using your Dreambox." /> </step> </wizard> |
