diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2008-08-19 04:31:52 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2008-08-19 04:31:52 +0000 |
commit | a6a8c08e3721962fd2dc5cfdc6efc1803e844a2b (patch) | |
tree | 0a2b14b3029bb3e5bef45af452d10127c0337127 /templates/show_verify_catalog.inc.php | |
parent | 619368f183a2c652f8ac40a83d847c608187e53d (diff) | |
download | ampache-a6a8c08e3721962fd2dc5cfdc6efc1803e844a2b.tar.gz ampache-a6a8c08e3721962fd2dc5cfdc6efc1803e844a2b.tar.bz2 ampache-a6a8c08e3721962fd2dc5cfdc6efc1803e844a2b.zip |
fixed the search a bit, made some random changes to charset and fixed some echo printf() references
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 />"; |