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_clean_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_clean_catalog.inc.php')
-rw-r--r-- | templates/show_clean_catalog.inc.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/show_clean_catalog.inc.php b/templates/show_clean_catalog.inc.php index 512b86ba..f8f1b3c3 100644 --- a/templates/show_clean_catalog.inc.php +++ b/templates/show_clean_catalog.inc.php @@ -20,7 +20,8 @@ */ show_box_top(); -echo "\n" . _('Cleaning the') . " <b>[" . $this->name . "]</b> " . _('Catalog') . "...<br />\n"; +//echo "\n" . _('Cleaning the') . " <b>[" . $this->name . "]</b> " . _('Catalog') . "...<br />\n"; +echo "\n" . printf(_('Cleaning the %s Catalog'), " <b>[" . $this->name . "]</b> ") . "...<br />\n"; echo _('Checking') . ": <span id=\"clean_count_" . $this->id . "\"></span>\n<br />"; echo _('Reading') . ":<span id=\"clean_dir_" . $this->id . "\"></span><br />"; show_box_bottom(); |