diff options
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 0d8b7ff5..22a37af3 100644 --- a/templates/show_verify_catalog.inc.php +++ b/templates/show_verify_catalog.inc.php @@ -1,7 +1,7 @@ <?php /* - Copyright (c) 2001 - 2007 Ampache.org + Copyright (c) Ampache.org All rights reserved. This program is free software; you can redistribute it and/or @@ -20,7 +20,7 @@ */ show_box_top(); -printf(_('Updating the %s catalog', " <b>[ $catalog->name ]</b> ")); +printf(_('Updating the %s catalog', "<strong>[ $catalog->name ]</strong>")); 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 />"; |