diff options
Diffstat (limited to 'templates/show_clean_catalog.inc.php')
-rw-r--r-- | templates/show_clean_catalog.inc.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/show_clean_catalog.inc.php b/templates/show_clean_catalog.inc.php index 23eab269..ad73cd8b 100644 --- a/templates/show_clean_catalog.inc.php +++ b/templates/show_clean_catalog.inc.php @@ -28,9 +28,9 @@ show_box_top(); /* HINT: Catalog Name */ -printf(_('Cleaning the %s Catalog'), "<strong>[ $this->name ]</strong>"); +printf(T_('Cleaning the %s Catalog'), "<strong>[ $this->name ]</strong>"); echo "...<br />"; -echo _('Checking') . ': <span id="clean_count_' . $this->id . '"></span><br />'; -echo _('Reading') . ':<span id="clean_dir_' . $this->id . '"></span><br />'; +echo T_('Checking') . ': <span id="clean_count_' . $this->id . '"></span><br />'; +echo T_('Reading') . ':<span id="clean_dir_' . $this->id . '"></span><br />'; show_box_bottom(); ?> |