diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2012-01-10 23:54:39 +0100 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2012-01-10 23:54:39 +0100 |
commit | 70ad05e50fda80579c56d2c02258536a5a2af975 (patch) | |
tree | ac32da889acba893d4eabd4d941acd7188ffd832 /template/en/default | |
parent | 3ce5a41d0593e97692d89c9a6f553053edfda4dc (diff) | |
download | bugzilla-70ad05e50fda80579c56d2c02258536a5a2af975.tar.gz bugzilla-70ad05e50fda80579c56d2c02258536a5a2af975.tar.xz |
Bug 716227: When checksetup.pl tells the admin that he should edit variables in localconfig, the message should be red
r=timello a=LpSolit
Diffstat (limited to 'template/en/default')
-rw-r--r-- | template/en/default/setup/strings.txt.pl | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/template/en/default/setup/strings.txt.pl b/template/en/default/setup/strings.txt.pl index b1dd7fcec..6c9fd3747 100644 --- a/template/en/default/setup/strings.txt.pl +++ b/template/en/default/setup/strings.txt.pl @@ -60,7 +60,7 @@ EOT commands_optional => 'COMMANDS TO INSTALL OPTIONAL MODULES:', commands_required => <<EOT, COMMANDS TO INSTALL REQUIRED MODULES (You *must* run all these commands -and then re-run this script): +and then re-run checksetup.pl): EOT continue_without_answers => <<'END', Re-run checksetup.pl in interactive mode (without an 'answers' file) @@ -140,12 +140,14 @@ END ERROR: Using install-module.pl requires that you install "make". END lc_new_vars => <<'END', -This version of Bugzilla contains some variables that you may want to -change and adapt to your local settings. Please edit the file -##localconfig## and then rerun checksetup.pl. +This version of Bugzilla contains some variables that you may want to +change and adapt to your local settings. The following variables are +new to ##localconfig## since you last ran checksetup.pl: -The following variables are new to ##localconfig## since you last ran -checksetup.pl: ##new_vars## +##new_vars## + +Please edit the file ##localconfig## and then re-run checksetup.pl +to complete your installation. END lc_old_vars => <<'END', The following variables are no longer used in ##localconfig##, and |