also use translated string for music navigation entry when showing inline controls
This commit is contained in:
parent
f67e5d18e7
commit
3c910b812b
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ if(!isset($_)){//allow the template to be loaded standalone
|
|||
exit;
|
||||
}
|
||||
?>
|
||||
Music
|
||||
<?php echo $l->t('Music');?>
|
||||
<div class='player-controls' id="playercontrols">
|
||||
<div class="player" id="jp-player"></div>
|
||||
<ul class="jp-controls">
|
||||
|
|
Loading…
Reference in a new issue