diff options
| author | Ronny Strutz <ronny.strutz@multimedia-labs.de> | 2005-11-09 14:13:22 +0000 |
|---|---|---|
| committer | Ronny Strutz <ronny.strutz@multimedia-labs.de> | 2005-11-09 14:13:22 +0000 |
| commit | 61c464a2fc81d446f7b8a554f88c40498ab3494c (patch) | |
| tree | 9fb3389b365817b1838d193703e46e622be6a418 /data/setup.xml | |
| parent | aaeb4e813e61c46450463ed870d6456423b1905b (diff) | |
| download | enigma2-61c464a2fc81d446f7b8a554f88c40498ab3494c.tar.gz enigma2-61c464a2fc81d446f7b8a554f88c40498ab3494c.zip | |
fix texts and keys
Diffstat (limited to 'data/setup.xml')
| -rw-r--r-- | data/setup.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/data/setup.xml b/data/setup.xml index 62512204..bdb6bde1 100644 --- a/data/setup.xml +++ b/data/setup.xml @@ -1,7 +1,7 @@ <setupxml> <setup key="rc" title="RC Menu"> - <item text="Repeat Rate">config.inputDevices.repeat</item> - <item text="Delay Rate">config.inputDevices.delay</item> + <item text="Repeat">config.inputDevices.repeat</item> + <item text="Delay">config.inputDevices.delay</item> <item text="Keymap">config.rc.map</item> </setup> <setup key="timezone" title="Timezone"> @@ -24,7 +24,7 @@ <!-- <item text="MAC Address">config.network.mac</item>--> <item text="Activate network settings">config.network.activate</item> </setup> - <setup key="rfmod" title="UHF Modulator"> + <setup key="RFmod" title="UHF Modulator"> <item text="Modulator">config.rfmod.enable</item> <item text="Testmode">config.rfmod.test</item> <item text="Sound">config.rfmod.sound</item> |
