Commit 97622736 authored by lpsolit%gmail.com's avatar lpsolit%gmail.com

Bug 302214: missing space "storedin" in mail_delivery_method desc - Patch by Rob…

Bug 302214: missing space "storedin" in mail_delivery_method desc - Patch by Rob Siklos <robzilla@siklos.ca> r=wurblzap a=myk
parent 251d436a
......@@ -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 ' .
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment