Index: HTML/EN/volumecontrol.html
===================================================================
--- HTML/EN/volumecontrol.html (revision 17208)
+++ HTML/EN/volumecontrol.html (working copy)
@@ -1,6 +1,6 @@
[% IF not notext %][% "VOLUME" | string %][% "COLON" | string %][% END %]
[% IF discreteonly %][% "VOLUME_SOFTER" | string %][%- END %]
[%- FOREACH vol = [0,10,20,30,40,50,60,70,80,90,100] %]
- [% IF volume != vol || activelink %][% END %][% IF volume == vol %][% activeon || '' %][% END %][% loop.count %][% IF volume == vol %][% activeoff || '' %][% END %][% IF volume != vol || activelink %][% END %]
+ [% IF volume != vol || activelink %][% END %][% IF ( volume - ( volume % 10 ) ) == vol %][% activeon || '' %][% END %][% loop.count %][% IF ( volume - ( volume % 10 ) ) == vol %][% activeoff || '' %][% END %][% IF volume != vol || activelink %][% END %]
[%- END %]
[% IF discreteonly %][% "VOLUME_LOUDER" | string %][%- END %]