summaryrefslogtreecommitdiffstats
path: root/defparams.pl
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2005-07-28 04:52:29 +0200
committerlpsolit%gmail.com <>2005-07-28 04:52:29 +0200
commit976227360956998099fc3c5fc39c9c6266291659 (patch)
tree9244f792f7da960545749d80812a1733f24b1a7b /defparams.pl
parent251d436a31f7c4b998e8c8e5e6c353ec405cadc8 (diff)
downloadbugzilla-976227360956998099fc3c5fc39c9c6266291659.tar.gz
bugzilla-976227360956998099fc3c5fc39c9c6266291659.tar.xz
Bug 302214: missing space "storedin" in mail_delivery_method desc - Patch by Rob Siklos <robzilla@siklos.ca> r=wurblzap a=myk
Diffstat (limited to 'defparams.pl')
-rw-r--r--defparams.pl2
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 ' .