aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Kanat-Alexander <mkanat@bugzilla.org>2010-10-26 14:07:30 -0700
committerMax Kanat-Alexander <mkanat@bugzilla.org>2010-10-26 14:07:30 -0700
commit208390143d1c86d7cdb2f7ef51a9cedbc858ccff (patch)
treef54c2845539e2edfb82631e0311e49d91c0337d1 /template/en/default/setup
parentBug 607361: Creating an attachment without a "comment" param in the URL cause... (diff)
downloadbugzilla-208390143d1c86d7cdb2f7ef51a9cedbc858ccff.tar.gz
bugzilla-208390143d1c86d7cdb2f7ef51a9cedbc858ccff.tar.bz2
bugzilla-208390143d1c86d7cdb2f7ef51a9cedbc858ccff.zip
Bug 607083: Improve the error message that install-module.pl prints when
you specify an invalid CPAN module. r=mkanat, a=mkanat (module owner)
Diffstat (limited to 'template/en/default/setup')
-rw-r--r--template/en/default/setup/strings.txt.pl1
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 889bb12b2..c786ef36b 100644
--- a/template/en/default/setup/strings.txt.pl
+++ b/template/en/default/setup/strings.txt.pl
@@ -311,6 +311,7 @@ EOT
module_not_found => "not found",
module_ok => 'ok',
module_unknown_version => "found unknown version",
+ no_such_module => "There is no Perl module on CPAN named ##module##.",
mysql_innodb_disabled => <<'END',
InnoDB is disabled in your MySQL installation.
Bugzilla requires InnoDB to be enabled.