diff options
author | da-anda <da-anda@xbmc.org> | 2014-03-04 13:06:36 +0100 |
---|---|---|
committer | da-anda <da-anda@xbmc.org> | 2014-03-04 21:28:26 +0100 |
commit | 0e0bbe0cb0041eb12dd4182ce3f7e761b1b1dbeb (patch) | |
tree | 7a88b4bce5a2306d47ade36c84d0faa71c5db17c /addons | |
parent | 960df5399f13688e7594c6322ed89923f38652dc (diff) |
[Confluence] fix usage of "next" label in mismatching contexts, which caused trouble in translations
Diffstat (limited to 'addons')
-rw-r--r-- | addons/skin.confluence/720p/MusicKaraokeLyrics.xml | 2 | ||||
-rw-r--r-- | addons/skin.confluence/720p/MusicVisualisation.xml | 2 | ||||
-rw-r--r-- | addons/skin.confluence/720p/VideoFullScreen.xml | 2 | ||||
-rw-r--r-- | addons/skin.confluence/720p/includes.xml | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/addons/skin.confluence/720p/MusicKaraokeLyrics.xml b/addons/skin.confluence/720p/MusicKaraokeLyrics.xml index f47d219d34..c6efe3a376 100644 --- a/addons/skin.confluence/720p/MusicKaraokeLyrics.xml +++ b/addons/skin.confluence/720p/MusicKaraokeLyrics.xml @@ -37,7 +37,7 @@ <height>25</height> <font>font13_title</font> <textcolor>blue</textcolor> - <label>[COLOR=blue]$LOCALIZE[209] :[/COLOR] [COLOR=selected]$INFO[MusicPlayer.offset(1).Title][/COLOR]</label> + <label>[COLOR=blue]$LOCALIZE[19031] :[/COLOR] [COLOR=selected]$INFO[MusicPlayer.offset(1).Title][/COLOR]</label> <align>center</align> <aligny>center</aligny> </control> diff --git a/addons/skin.confluence/720p/MusicVisualisation.xml b/addons/skin.confluence/720p/MusicVisualisation.xml index 09fa84267a..13ccf540f8 100644 --- a/addons/skin.confluence/720p/MusicVisualisation.xml +++ b/addons/skin.confluence/720p/MusicVisualisation.xml @@ -174,7 +174,7 @@ <top>120</top> <width>910</width> <height>25</height> - <label>$LOCALIZE[209]: $INFO[MusicPlayer.offset(1).Artist,, - ]$INFO[MusicPlayer.offset(1).Title]</label> + <label>$LOCALIZE[19031]: $INFO[MusicPlayer.offset(1).Artist,, - ]$INFO[MusicPlayer.offset(1).Title]</label> <align>center</align> <aligny>center</aligny> <font>font12</font> diff --git a/addons/skin.confluence/720p/VideoFullScreen.xml b/addons/skin.confluence/720p/VideoFullScreen.xml index 802e510d37..aeb565279c 100644 --- a/addons/skin.confluence/720p/VideoFullScreen.xml +++ b/addons/skin.confluence/720p/VideoFullScreen.xml @@ -281,7 +281,7 @@ <top>120</top> <width>910</width> <height>25</height> - <label>$INFO[VideoPlayer.NextTitle,$LOCALIZE[209]: ]</label> + <label>$INFO[VideoPlayer.NextTitle,$LOCALIZE[19031]: ]</label> <align>center</align> <aligny>center</aligny> <font>font12</font> diff --git a/addons/skin.confluence/720p/includes.xml b/addons/skin.confluence/720p/includes.xml index cb4438a9e3..3351c0fbc4 100644 --- a/addons/skin.confluence/720p/includes.xml +++ b/addons/skin.confluence/720p/includes.xml @@ -444,7 +444,7 @@ <top>120</top> <height>30</height> <width>325</width> - <label>[COLOR=blue]$LOCALIZE[209] :[/COLOR] $INFO[MusicPlayer.offset(1).Title]</label> + <label>[COLOR=blue]$LOCALIZE[19031] :[/COLOR] $INFO[MusicPlayer.offset(1).Title]</label> <align>right</align> <aligny>center</aligny> <font>font12</font> |