summaryrefslogtreecommitdiffstats
path: root/templates/show_clean_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_clean_catalog.inc.php
parent805c9a777d5f8870fb6a7cea2296a7c91b51edc1 (diff)
downloadampache-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.php3
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();