summaryrefslogtreecommitdiffstats
path: root/templates/show_playlist.inc.php
diff options
context:
space:
mode:
authormomo-i <momo-i@ampache>2008-08-25 00:30:35 +0000
committermomo-i <momo-i@ampache>2008-08-25 00:30:35 +0000
commitf9270baba89803586e3d4eaf0b246961b5df75ca (patch)
treec06212a071f9571786d379ffd807d45b0fc53eb5 /templates/show_playlist.inc.php
parentc16f287900ca5ec869b151af00759ea852f39287 (diff)
downloadampache-f9270baba89803586e3d4eaf0b246961b5df75ca.tar.gz
ampache-f9270baba89803586e3d4eaf0b246961b5df75ca.tar.bz2
ampache-f9270baba89803586e3d4eaf0b246961b5df75ca.zip
Modified: More translatable templates.
Diffstat (limited to 'templates/show_playlist.inc.php')
-rw-r--r--templates/show_playlist.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_playlist.inc.php b/templates/show_playlist.inc.php
index 607f83b7..05d30d7f 100644
--- a/templates/show_playlist.inc.php
+++ b/templates/show_playlist.inc.php
@@ -23,7 +23,7 @@
* It changes depending on where it is
*/
?>
-<?php show_box_top($playlist->f_type . ' ' . $playlist->name . ' ' . _('Playlist')); ?>
+<?php show_box_top(sprintf(_('%s %s Playlist'), $playlist->f_type, $playlist->name)); ?>
<div id="information_actions">
<ul>
<li><a href="<?php echo Config::get('web_path'); ?>/playlist.php?action=normalize_tracks&amp;playlist_id=<?php echo $playlist->id; ?>"><?php echo _('Normalize Tracks'); ?></a></li>