diff options
Diffstat (limited to 'template/assemblies/switcher/video.phtml')
-rw-r--r-- | template/assemblies/switcher/video.phtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/assemblies/switcher/video.phtml b/template/assemblies/switcher/video.phtml index 2017b2e..5a35657 100644 --- a/template/assemblies/switcher/video.phtml +++ b/template/assemblies/switcher/video.phtml @@ -45,7 +45,7 @@ <? if(!startswith($proto, $format)) continue ?> <? $res = substr($format, -2) ?> <div class="col-lg-3 col-md-4 col-lg-5 col-xs-12"> - <div class="btn-group" role="group"> + <div class="btn-group" role="group" title="<?=h(get("FORMAT.$format"))?>"> <div class="btn btn-primary" disabled><?=h(strtoupper($res))?></div> <? if($has_translation): ?> |