summaryrefslogtreecommitdiffstats
path: root/templates/show_now_playing.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/show_now_playing.inc.php')
-rw-r--r--templates/show_now_playing.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_now_playing.inc.php b/templates/show_now_playing.inc.php
index b2e8140f..09374b63 100644
--- a/templates/show_now_playing.inc.php
+++ b/templates/show_now_playing.inc.php
@@ -36,7 +36,7 @@
if (count($results)) {
$link = Config::get('use_rss') ? ' ' . AmpacheRSS::get_display('nowplaying') : '';
?>
-<?php show_box_top(_('Now Playing') . $link); ?>
+<?php show_box_top(T_('Now Playing') . $link); ?>
<?php
foreach ($results as $item) {
$media = $item['media'];