From: bbaetz%student.usyd.edu.au <> Date: Sun, 24 Mar 2002 20:45:33 +0000 (+0000) Subject: Bug 128419 - link to email preferences from bug changed notification is X-Git-Tag: bugzilla-2.16rc1~172 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a7d2f3b0999b9e0946a476974fd8a4a8d0bb7b5a;p=thirdparty%2Fbugzilla.git Bug 128419 - link to email preferences from bug changed notification is wrong r=afranke x 2 --- 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"; }