diff options
author | Jezz_X <jezzx2@gmail.com> | 2012-08-14 08:42:33 +1000 |
---|---|---|
committer | Jezz_X <jezzx2@gmail.com> | 2012-08-14 08:42:33 +1000 |
commit | 67653a0d3fcbb00a7bb4ab676588592b4147bfa7 (patch) | |
tree | 2ab31ca929b640d80fd8b25352a4339627b0a658 /addons | |
parent | 5f8b1de7dbea95399885bfae94b5e634878e76b9 (diff) |
Fixed: [Confluence] Punctuation in Music Codec info (and spiffs sanity at the same time)
Diffstat (limited to 'addons')
-rw-r--r-- | addons/skin.confluence/720p/MusicVisualisation.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/addons/skin.confluence/720p/MusicVisualisation.xml b/addons/skin.confluence/720p/MusicVisualisation.xml index 7f0049bef0..e5ae66d3c6 100644 --- a/addons/skin.confluence/720p/MusicVisualisation.xml +++ b/addons/skin.confluence/720p/MusicVisualisation.xml @@ -246,7 +246,7 @@ <posy>40</posy> <label>-</label> <align>left</align> - <label>$INFO[Visualisation.Name] [I][COLOR=orange]($LOCALIZE[20166])[/COLOR][/I] · fps: $INFO[System.FPS]</label> + <label>$INFO[Visualisation.Name,, [I][COLOR=orange]($LOCALIZE[20166])[/COLOR][/I] · ]fps: $INFO[System.FPS]</label> <font>font12</font> <visible>Visualisation.Locked</visible> </control> @@ -256,7 +256,7 @@ <posy>40</posy> <label>-</label> <align>left</align> - <label>$INFO[Visualisation.Name] · fps: $INFO[System.FPS]</label> + <label>$INFO[Visualisation.Name,, · ]fps: $INFO[System.FPS]</label> <font>font12</font> <visible>!Visualisation.Locked</visible> </control> @@ -266,7 +266,7 @@ <posy>70</posy> <label>-</label> <align>left</align> - <label>$LOCALIZE[13388]: $INFO[Visualisation.Preset]</label> + <label>$INFO[Visualisation.Preset,$LOCALIZE[13388]: ]</label> <font>font12</font> </control> </control> |