also use translated string for music navigation entry when showing inline controls

remotes/origin/stable
Robin Appelman 13 years ago
parent f67e5d18e7
commit 3c910b812b
  1. 2
      apps/media/templates/player.php

@ -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…
Cancel
Save