diff options
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/setup/strings.txt.pl | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/template/en/default/setup/strings.txt.pl b/template/en/default/setup/strings.txt.pl index 2284c87ef..0bf3bdd7c 100644 --- a/template/en/default/setup/strings.txt.pl +++ b/template/en/default/setup/strings.txt.pl @@ -131,6 +131,13 @@ then the value of the ##column## column that needs to be fixed: EOT install_module => 'Installing ##module## version ##version##...', installation_failed => '*** Installation aborted. Read the messages above. ***', + install_no_compiler => <<END, +ERROR: Using install-module.pl requires that you install a compiler, such as +gcc. +END + install_no_make => <<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 |