diff options
author | momo-i <momo-i@ampache> | 2008-08-25 00:30:35 +0000 |
---|---|---|
committer | momo-i <momo-i@ampache> | 2008-08-25 00:30:35 +0000 |
commit | f9270baba89803586e3d4eaf0b246961b5df75ca (patch) | |
tree | c06212a071f9571786d379ffd807d45b0fc53eb5 /templates/show_rename_artist.inc.php | |
parent | c16f287900ca5ec869b151af00759ea852f39287 (diff) | |
download | ampache-f9270baba89803586e3d4eaf0b246961b5df75ca.tar.gz ampache-f9270baba89803586e3d4eaf0b246961b5df75ca.tar.bz2 ampache-f9270baba89803586e3d4eaf0b246961b5df75ca.zip |
Modified: More translatable templates.
Diffstat (limited to 'templates/show_rename_artist.inc.php')
-rw-r--r-- | templates/show_rename_artist.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_rename_artist.inc.php b/templates/show_rename_artist.inc.php index 20acae77..eb034966 100644 --- a/templates/show_rename_artist.inc.php +++ b/templates/show_rename_artist.inc.php @@ -26,7 +26,7 @@ function insert() document.getElementById('artist_name').value = '<?php echo $artist->name; ?>'; } </script> -<?php show_box_top(_('Rename') . " " . $artist->name); ?> +<?php show_box_top(sprintf(_('Rename %s'), $artist->name)); ?> <form name="rename_artist" method="post" action="<?php echo conf('web_path'); ?>/artists.php?action=rename&artist=<?php echo $artist->id; ?>" style="Display:inline;"> <?php show_artist_pulldown($artist->id, "artist_id", 4); ?> <br /> |