diff options
-rw-r--r-- | defparams.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/defparams.pl b/defparams.pl index 5b26ef4f9..09f2a5012 100644 --- a/defparams.pl +++ b/defparams.pl @@ -675,7 +675,7 @@ sub find_languages { desc => 'Defines how email is sent, or if it is sent at all.<br><ul>' . '<li>\'sendmail\', \'smtp\' and \'qmail\' are all MTAs. ' . '(only SMTP is available in Windows.)</li>' . - '<li>\'testfile\' is useful for debugging: all email is stored' . + '<li>\'testfile\' is useful for debugging: all email is stored ' . 'in data/mailer.testfile instead of being sent. For more ' . 'information, see the Mail::Mailer manual.</li>' . '<li>\'none\' will completely disable email. Bugzilla continues ' . |