diff options
author | mkanat%bugzilla.org <> | 2007-12-15 10:17:53 +0100 |
---|---|---|
committer | mkanat%bugzilla.org <> | 2007-12-15 10:17:53 +0100 |
commit | c90d3ee4549519e18df0c049ff0777271bb38e1a (patch) | |
tree | 22965f4b8262b4493b88c3a4abede1a77acb5baa /template | |
parent | 87c4017926b4f2b137df629332c6cfcb3895cc1d (diff) | |
download | bugzilla-c90d3ee4549519e18df0c049ff0777271bb38e1a.tar.gz bugzilla-c90d3ee4549519e18df0c049ff0777271bb38e1a.tar.xz |
Bug 408448: checksetup now tells you when template precompilation is complete.
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/setup/strings.txt.pl | 3 |
1 files changed, 3 insertions, 0 deletions
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 => <<EOT, @@ -55,6 +56,8 @@ EOT module_not_found => "not found", module_ok => 'ok', module_unknown_version => "found unknown version", + template_precompile => "Precompiling templates...", + template_removing_dir => "Removing existing compiled templates...", ); 1; |