From c90d3ee4549519e18df0c049ff0777271bb38e1a Mon Sep 17 00:00:00 2001 From: "mkanat%bugzilla.org" <> Date: Sat, 15 Dec 2007 09:17:53 +0000 Subject: Bug 408448: checksetup now tells you when template precompilation is complete. Patch By Max Kanat-Alexander (module owner) a=mkanat --- template/en/default/setup/strings.txt.pl | 3 +++ 1 file changed, 3 insertions(+) (limited to 'template') diff --git a/template/en/default/setup/strings.txt.pl b/template/en/default/setup/strings.txt.pl index cd83dd3a6..2439112bc 100644 --- a/template/en/default/setup/strings.txt.pl +++ b/template/en/default/setup/strings.txt.pl @@ -33,6 +33,7 @@ checking_dbd => 'Checking available perl DBD modules...', checking_optional => 'The following Perl modules are optional:', checking_modules => 'Checking perl modules...', + done => 'done.', header => "* This is Bugzilla ##bz_ver## on perl ##perl_ver##\n" . "* Running on ##os_name## ##os_ver##", install_all => < "not found", module_ok => 'ok', module_unknown_version => "found unknown version", + template_precompile => "Precompiling templates...", + template_removing_dir => "Removing existing compiled templates...", ); 1; -- cgit v1.2.3-24-g4f1b