(final?) fix in getCurrentIP
[enigma2.git] / data / startwizard.xml
index d15082fd793c9d619121a81f52da5867c65b47db..2bda3a1c8b0c0022396e5a1981de7cd10020db32 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.\n\nPress the OK button on your remote control to move to the next step." />
                        <code>
 self["arrowdown"].moveTo(557, 232, 1)
 self["arrowdown"].startMoving()
@@ -17,6 +17,8 @@ self["rc"].startMoving()
                                <listentry caption="Exit wizard" step="end" />
                        </list>
                        <code>
+self["arrowup2"].moveTo(800, 320, 1)
+self["arrowup2"].startMoving()
 self["arrowdown"].moveTo(557, 200, 1)
 self["arrowup"].moveTo(557, 355, 1)
 self["arrowdown"].startMoving()