fix typo
[enigma2.git] / data / startwizard.xml
index 1a64d90c0dba00cfb59dbc5fbcc3c70ead964060..8d168a5981c13030b7463d133a8c6281d2e25952 100644 (file)
@@ -1,6 +1,6 @@
 <wizard>
                <step number="1">
-                       <text value="Hello User.\n\nThis start-wizard will guide you through the basic setup of your Dreambox.\n\nPress the OK button on your remote control to move to the next step." />
+                       <text value="Welcome.\n\nThis start wizard will guide you through the basic setup of your Dreambox.\nPress the OK button on your remote control to move to the next step." />
                        <code>
 self["arrowdown"].moveTo(557, 232, 1)
 self["arrowdown"].startMoving()
@@ -28,6 +28,10 @@ self["rc"].startMoving()
                        </code>
                </step>
                <step number="3">
+                       <condition>
+from Components.NimManager import nimmanager
+self.condition = nimmanager.nimCount > 0
+                       </condition>
                        <text value="Use the left and right buttons to change an option.\n\nPlease set up tuner A" />
                        <config screen="NimSetup" module="Satconfig" args="0" type="ConfigList" />
                        <code>
@@ -39,23 +43,36 @@ self["arrowup2"].moveTo(590, 320, 1)
 self["arrowup2"].startMoving()
 self["arrowdown"].moveTo(740, 355, 1)
 self["arrowdown"].startMoving()
-
                        </code>
                </step>
                <step number="4">
+                       <condition>
+from Components.NimManager import nimmanager
+self.condition = nimmanager.nimCount > 1
+                       </condition>
                        <text value="Please set up tuner B" />
                        <config screen="NimSetup" module="Satconfig" args="1" type="ConfigList" />
                        <code>
-self["rc"].moveTo(800, 50, 1)
+self["rc"].moveTo(500, 50, 1)
 self["rc"].startMoving()
-self["arrowup"].moveTo(800, 310, 1)
+self["arrowup"].moveTo(525, 320, 1)
 self["arrowup"].startMoving()
-self["arrowup2"].moveTo(800, 310, 1)
+self["arrowup2"].moveTo(590, 320, 1)
 self["arrowup2"].startMoving()
+self["arrowdown"].moveTo(740, 355, 1)
+self["arrowdown"].startMoving()
                        </code>
                </step>
                <step number="5">
                        <text value="Do you want to do a service scan?" />
+                       <code>
+self["rc"].moveTo(800, 50, 1)
+self["rc"].startMoving()
+self["arrowup"].moveTo(800, 310, 1)
+self["arrowup"].startMoving()
+self["arrowup2"].moveTo(800, 310, 1)
+self["arrowup2"].startMoving()
+                       </code>
                        <list>
                                <listentry caption="Yes, scan now" step="next" />
                                <listentry caption="No, scan later manually" step="7" />
@@ -66,6 +83,6 @@ self["arrowup2"].startMoving()
                        <config screen="ScanSimple" module="ScanSetup" type="ConfigList" />
                </step>
                <step number="7">
-                       <text value="Thanx for using the wizard. Your box is now ready to use." />
-               </step> 
+                       <text value="Thanks for using the wizard. Your box is now ready to use." />
+               </step>
 </wizard>