From cd528e99499bcd4bc26074192bef8f2fb93a29e0 Mon Sep 17 00:00:00 2001 From: Paul Arthur Date: Fri, 24 Jun 2011 11:58:05 -0400 Subject: Add some spaces to make the verify output prettier --- templates/show_verify_catalog.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'templates') diff --git a/templates/show_verify_catalog.inc.php b/templates/show_verify_catalog.inc.php index 2b09adde..7b799797 100644 --- a/templates/show_verify_catalog.inc.php +++ b/templates/show_verify_catalog.inc.php @@ -32,7 +32,7 @@ printf(_('Updating the %s catalog'), "[ $this->name ]"); echo "
\n"; printf(ngettext('%d item found checking tag information', '%d items found checking tag information', $number), $number); echo "
\n\n"; -echo _('Verified') . ':' . $catalog_verify_found . '
'; -echo _('Reading') . ':' . $catalog_verify_directory . '
'; +echo _('Verified') . ': ' . $catalog_verify_found . '
'; +echo _('Reading') . ': ' . $catalog_verify_directory . '
'; show_box_bottom(); ?> -- cgit