diff options
author | David Lawrence <dkl@mozilla.com> | 2015-05-14 16:47:04 +0200 |
---|---|---|
committer | David Lawrence <dkl@mozilla.com> | 2015-05-14 16:47:04 +0200 |
commit | 014dc8595070533eb7a14771e98640f74037ff78 (patch) | |
tree | 5bd34cfe3299c98f053f6c7edc5c2f90a52893a9 /template | |
parent | bdaf609c71b6b75b0a3182f087b3cd3805e5a199 (diff) | |
download | bugzilla-014dc8595070533eb7a14771e98640f74037ff78.tar.gz bugzilla-014dc8595070533eb7a14771e98640f74037ff78.tar.xz |
Bug 1164863: backport upstream bug 1163248 to bmo to remove dependency on File::Slurp for checksetup.pl
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/setup/strings.txt.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/template/en/default/setup/strings.txt.pl b/template/en/default/setup/strings.txt.pl index 103a2a3f5..257e30f9e 100644 --- a/template/en/default/setup/strings.txt.pl +++ b/template/en/default/setup/strings.txt.pl @@ -66,6 +66,7 @@ EOT Re-run checksetup.pl in interactive mode (without an 'answers' file) to continue. END + cpanfile_created => "##file## created", cpan_bugzilla_home => "WARNING: Using the Bugzilla directory as the CPAN home.", db_enum_setup => "Setting up choices for standard drop-down fields:", |