aboutsummaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorAndreas Oberritter <obi@opendreambox.org>2005-12-15 14:51:43 +0000
committerAndreas Oberritter <obi@opendreambox.org>2005-12-15 14:51:43 +0000
commit94bcb088bb8aa8ae9eeb471a88cbaefd3e2a6880 (patch)
treeb507d02d7f701a01e6613a3779cbe51e0345888b /data
parent2346f0083bcd3503c1fe67f24594e88d8d9c95a0 (diff)
downloadenigma2-94bcb088bb8aa8ae9eeb471a88cbaefd3e2a6880.tar.gz
enigma2-94bcb088bb8aa8ae9eeb471a88cbaefd3e2a6880.zip
some spelling fixes
Diffstat (limited to 'data')
-rw-r--r--data/menu.xml2
-rw-r--r--data/setup.xml6
-rw-r--r--data/skin.xml2
-rw-r--r--data/startwizard.xml2
4 files changed, 6 insertions, 6 deletions
diff --git a/data/menu.xml b/data/menu.xml
index c60ed0ef..dabdd76e 100644
--- a/data/menu.xml
+++ b/data/menu.xml
@@ -14,7 +14,7 @@
"exec"s code
-->
<!--<item text="Standby debug">quitMainloop(0)</item>
- <item text="Networksetup">self.openSetup("network")</item>-->
+ <item text="Network setup">self.openSetup("network")</item>-->
<!--<item text="CI"><screen module="Ci" screen="CiSelection" /></item>-->
<!--<item text="Radio"><code>print "radio mode"</code></item>-->
<item text="Timer"><screen module="TimerEdit" screen="TimerEditList" /></item>
diff --git a/data/setup.xml b/data/setup.xml
index 173aac49..37195561 100644
--- a/data/setup.xml
+++ b/data/setup.xml
@@ -15,7 +15,7 @@
<item text="AC3 default">config.av.defaultac3</item>
<item text="VCR Switch">config.av.vcrswitch</item>
</setup>
- <setup key="network" title="Networksetup">
+ <setup key="network" title="Network setup">
<item text="Use DHCP">config.network.dhcp</item>
<item text="IP Address">config.network.ip</item>
<item text="Netmask">config.network.netmask</item>
@@ -26,7 +26,7 @@
</setup>
<setup key="RFmod" title="UHF Modulator">
<item text="Modulator">config.rfmod.enable</item>
- <item text="Testmode">config.rfmod.test</item>
+ <item text="Test mode">config.rfmod.test</item>
<item text="Sound">config.rfmod.sound</item>
<item text="Soundcarrier">config.rfmod.soundcarrier</item>
<item text="Channel">config.rfmod.channel</item>
@@ -60,7 +60,7 @@
<item text="Auto show inforbar">config.expert.autoinfo</item>
</setup>
<setup key="satconfig" title="Sat / Dish Setup">
- <item text="Tuner-Slot">config.sat.tunerslot</item>
+ <item text="Tuner Slot">config.sat.tunerslot</item>
<item text="Configuration Mode">config.sat.configmode</item>
<item text="DiSEqC">config.sat.diseqc</item>
<item text="Longitude">config.sat.diseqca</item>
diff --git a/data/skin.xml b/data/skin.xml
index a7ac4b01..c6923128 100644
--- a/data/skin.xml
+++ b/data/skin.xml
@@ -250,7 +250,7 @@
<widget name="duration" position="140,345" size="100,30" font="Arial;22" />
<widget name="channel" position="240,345" size="270,30" font="Arial;22" />
</screen>
- <screen name="MovieSelection" position="90,98" size="560,415" title="Select-a-movie">
+ <screen name="MovieSelection" position="90,98" size="560,415" title="Select a movie">
<widget name="list" position="0,0" size="560,375" scrollbarMode="showOnDemand" />
<widget name="freeDiskSpace" position="10,380" size="540,30" font="Arial;25" />
</screen>
diff --git a/data/startwizard.xml b/data/startwizard.xml
index 9d537f52..ae181f4d 100644
--- a/data/startwizard.xml
+++ b/data/startwizard.xml
@@ -1,6 +1,6 @@
<wizard>
<step number="1">
- <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." />
+ <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()