Changeset 1717 for branches/3.4/templates/show_clean_catalog.inc.php
- Timestamp:
- 08/30/08 13:31:37 (4 months ago)
- Files:
-
- 1 modified
-
branches/3.4/templates/show_clean_catalog.inc.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/3.4/templates/show_clean_catalog.inc.php
r1634 r1717 2 2 /* 3 3 4 Copyright (c) 2001 - 2007Ampache.org4 Copyright (c) Ampache.org 5 5 All rights reserved. 6 6 … … 21 21 22 22 show_box_top(); 23 //echo "\n" . _('Cleaning the') . " <b>[" . $this->name . "]</b> " . _('Catalog') . "...<br />\n";24 echo " \n" . printf(_('Cleaning the %s Catalog'), " <b>[" . $this->name . "]</b> ") . "...<br />\n";23 printf(_('Cleaning the %s Catalog'), " <b>[" . $this->name . "]</b> "); 24 echo "...<br />\n"; 25 25 echo _('Checking') . ": <span id=\"clean_count_" . $this->id . "\"></span>\n<br />"; 26 26 echo _('Reading') . ":<span id=\"clean_dir_" . $this->id . "\"></span><br />";
