diff options
author | vdrfan <vdrfan-nospam-@xbmc.org> | 2012-07-10 08:47:12 +0200 |
---|---|---|
committer | vdrfan <vdrfan-nospam-@xbmc.org> | 2012-07-10 08:47:12 +0200 |
commit | 7566c3df82223ae907a7c53d57efb9d0c139f7c6 (patch) | |
tree | 1a561e5a612d86891f91ae608ebe1380de0d9c92 /system | |
parent | ba145ce8ed731d9bf9b513f55daa1d666f4f5deb (diff) |
fixed: double mapping in Lircmap.xml (thanks s7mx1)
Diffstat (limited to 'system')
-rw-r--r-- | system/Lircmap.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/Lircmap.xml b/system/Lircmap.xml index b009eab99d..89cd09f140 100644 --- a/system/Lircmap.xml +++ b/system/Lircmap.xml @@ -435,7 +435,7 @@ <channelminus>KEY_CHANNELDOWN</channelminus> <skipplus>KEY_NEXTSONG</skipplus> <skipminus>KEY_PREVIOUSSONG</skipminus> - <title>KEY_TEXT</title> + <title>KEY_TITLE</title> <subtitle>KEY_SUBTITLE</subtitle> <language>KEY_LANGUAGE</language> <mute>KEY_MUTE</mute> |