diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2008-07-24 05:26:05 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2008-07-24 05:26:05 +0000 |
commit | ace739e4ccb65fcdd134f3a6ed162e07c83159de (patch) | |
tree | fc99f0c8b8bcd0b2cf0bd4e7efdc89154b334128 /templates/show_verify_catalog.inc.php | |
parent | 805c9a777d5f8870fb6a7cea2296a7c91b51edc1 (diff) | |
download | ampache-ace739e4ccb65fcdd134f3a6ed162e07c83159de.tar.gz ampache-ace739e4ccb65fcdd134f3a6ed162e07c83159de.tar.bz2 ampache-ace739e4ccb65fcdd134f3a6ed162e07c83159de.zip |
sync from branches
Diffstat (limited to 'templates/show_verify_catalog.inc.php')
-rw-r--r-- | templates/show_verify_catalog.inc.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/show_verify_catalog.inc.php b/templates/show_verify_catalog.inc.php index 44c357b9..0d8b7ff5 100644 --- a/templates/show_verify_catalog.inc.php +++ b/templates/show_verify_catalog.inc.php @@ -20,8 +20,8 @@ */ show_box_top(); -echo _('Updating the') . " <b>[ $catalog->name ]</b> " . _('Catalog') . "<br />\n"; -echo $number . " " . _('songs found checking tag information.') . "<br />\n\n"; +printf(_('Updating the %s catalog', " <b>[ $catalog->name ]</b> ")); +echo "<br />\n" . $number . " " . _('songs found checking tag information.') . "<br />\n\n"; echo _('Verifed') . ":<span id=\"verify_count_$catalog_id\">$catalog_verify_found</span><br />"; echo _('Reading') . ":<span id=\"verify_dir_$catalog_id\">$catalog_verify_directory</span><br />"; show_box_bottom(); |