diff options
| author | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2005-12-09 11:36:10 +0000 |
|---|---|---|
| committer | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2005-12-09 11:36:10 +0000 |
| commit | fc11878a40ccc81423a8f223942b89597f2fffb6 (patch) | |
| tree | 499e620f0e126dca12083194869b28d1bec77cd4 /data/startwizard.xml | |
| parent | 80416e87ef6cecd542830647aa6b111364601eaf (diff) | |
| download | enigma2-fc11878a40ccc81423a8f223942b89597f2fffb6.tar.gz enigma2-fc11878a40ccc81423a8f223942b89597f2fffb6.zip | |
some fixes and improvements for the start-wizard
Diffstat (limited to 'data/startwizard.xml')
| -rw-r--r-- | data/startwizard.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/startwizard.xml b/data/startwizard.xml index 501fbf61..89352abd 100644 --- a/data/startwizard.xml +++ b/data/startwizard.xml @@ -9,7 +9,7 @@ self["rc"].startMoving() </code> </step> <step number="2"> - <text value="Bla" /> + <text value="Use the up/down keys on your remote control to select an option. After that, press OK." /> <list> <listentry caption="Use wizard to set up basic features" step="next" /> <listentry caption="Exit wizard" step="end" /> @@ -53,7 +53,7 @@ self["arrowdown"].startMoving() </list> </step> <step number="6"> - <text value="Bla" /> + <text value="What do you want to scan?" /> <config screen="ScanSimple" module="ScanSetup" /> <code> self["arrowup"].moveTo(740, 355, 10) |
