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 | |
parent | af5cd6de5bf410c6ff17a13fedc80c915347ff69 (diff) |
fixes small consistency issues with music codec information. part of #13490
-rw-r--r-- | addons/skin.confluence/720p/MusicVisualisation.xml | 4 | ||||
-rw-r--r-- | language/English/strings.po | 4 |
2 files changed, 4 insertions, 4 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> diff --git a/language/English/strings.po b/language/English/strings.po index 6208e37888..d024f3d253 100644 --- a/language/English/strings.po +++ b/language/English/strings.po @@ -2324,11 +2324,11 @@ msgid "Enter number" msgstr "" msgctxt "#612" -msgid "Bits/Sample" +msgid "Bits/sample" msgstr "" msgctxt "#613" -msgid "Sample Frequency" +msgid "Sample rate" msgstr "" #empty strings from id 614 to 619 |