]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 302214: missing space "storedin" in mail_delivery_method desc - Patch by Rob...
authorlpsolit%gmail.com <>
Thu, 28 Jul 2005 02:52:29 +0000 (02:52 +0000)
committerlpsolit%gmail.com <>
Thu, 28 Jul 2005 02:52:29 +0000 (02:52 +0000)
defparams.pl

index 5b26ef4f93136a494ac52715fc978cef767db834..09f2a50123c6eb0fec601a4cc7e83a6529281994 100644 (file)
@@ -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 ' .