From a7d2f3b0999b9e0946a476974fd8a4a8d0bb7b5a Mon Sep 17 00:00:00 2001 From: "bbaetz%student.usyd.edu.au" <> Date: Sun, 24 Mar 2002 20:45:33 +0000 Subject: [PATCH] Bug 128419 - link to email preferences from bug changed notification is wrong r=afranke x 2 --- processmail | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/processmail b/processmail index b5f85e6957..e8509a6df6 100755 --- a/processmail +++ b/processmail @@ -327,7 +327,7 @@ sub ProcessOneBug { } print "
If you wish to tweak the kinds of mail Bugzilla sends you, you can"; - print " change your preferences
\n"; + print " change your preferences\n"; } -- 2.47.3