summaryrefslogtreecommitdiffstats
path: root/templates/show_verify_catalog.inc.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2008-07-24 05:26:05 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2008-07-24 05:26:05 +0000
commitace739e4ccb65fcdd134f3a6ed162e07c83159de (patch)
treefc99f0c8b8bcd0b2cf0bd4e7efdc89154b334128 /templates/show_verify_catalog.inc.php
parent805c9a777d5f8870fb6a7cea2296a7c91b51edc1 (diff)
downloadampache-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.php4
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();