diff options
author | justdave%syndicomm.com <> | 2001-04-08 01:36:45 +0200 |
---|---|---|
committer | justdave%syndicomm.com <> | 2001-04-08 01:36:45 +0200 |
commit | d041005e48ba7a02432b792a4861567d58bd2b2f (patch) | |
tree | c81c7503bfcf614d4b6f290ccc2bc08c54b4162d /userprefs.cgi | |
parent | d8a6bd5269a854434f72a3a497eceaf4198a1c1c (diff) | |
download | bugzilla-d041005e48ba7a02432b792a4861567d58bd2b2f.tar.gz bugzilla-d041005e48ba7a02432b792a4861567d58bd2b2f.tar.xz |
Fix for bug 71912: changes email pref for "If I'm removed from that capacity" to "If I'm added to or removed from that capacity", so you can still get mail when someone adds you to a CC. Patch by <jake@acutex.net> r= justdave
Diffstat (limited to 'userprefs.cgi')
-rwxr-xr-x | userprefs.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/userprefs.cgi b/userprefs.cgi index a02605aec..0d890499d 100755 --- a/userprefs.cgi +++ b/userprefs.cgi @@ -49,7 +49,7 @@ my @emailGroups = ( ); my @emailFlags = ( - 'Removeme', 'If I am removed from that capacity', + 'Removeme', 'When I\'m added to or removed from this capacity', 'Comments', 'New Comments', 'Attachments', 'New Attachments', 'Status', 'Priority, status, severity, and milestone changes', |