diff options
author | Jonathan Marshall <jmarshall@never.you.mind> | 2012-11-10 16:28:42 +1300 |
---|---|---|
committer | Jonathan Marshall <jmarshall@never.you.mind> | 2012-11-10 16:47:16 +1300 |
commit | e6732cd9470945d8c157dc3560f6ec1ccd6012b9 (patch) | |
tree | 452b2e88f5d14f8e5328fe80d68c33a47893f3c0 /addons/skin.confluence/720p | |
parent | af5cd6de5bf410c6ff17a13fedc80c915347ff69 (diff) |
fixes small consistency issues with music codec information. part of #13490
Diffstat (limited to 'addons/skin.confluence/720p')
-rw-r--r-- | addons/skin.confluence/720p/MusicVisualisation.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/addons/skin.confluence/720p/MusicVisualisation.xml b/addons/skin.confluence/720p/MusicVisualisation.xml index 4737eaf2aa..fa9f9da03a 100644 --- a/addons/skin.confluence/720p/MusicVisualisation.xml +++ b/addons/skin.confluence/720p/MusicVisualisation.xml @@ -237,7 +237,7 @@ <posy>10</posy> <label>-</label> <align>left</align> - <label>$INFO[musicplayer.Codec,$LOCALIZE[21446]: ,]$INFO[musicplayer.Bitrate, · $LOCALIZE[623]: ,kbps]$INFO[musicplayer.bitspersample, · $LOCALIZE[612]: ,bit]$INFO[musicplayer.Samplerate, · $LOCALIZE[613]: ,kHz]$INFO[musicplayer.Channels, · $LOCALIZE[21444]: ]</label> + <label>$INFO[musicplayer.Codec,$LOCALIZE[21446]: ,]$INFO[musicplayer.Bitrate, · $LOCALIZE[623]: ,kbps]$INFO[musicplayer.bitspersample, · $LOCALIZE[612]: ,]$INFO[musicplayer.Samplerate, · $LOCALIZE[613]: ,kHz]$INFO[musicplayer.Channels, · $LOCALIZE[21444]: ]</label> <font>font12</font> </control> <control type="label"> @@ -271,4 +271,4 @@ </control> </control> </controls> -</window>
\ No newline at end of file +</window> |