summaryrefslogtreecommitdiffstats
path: root/userprefs.cgi
diff options
context:
space:
mode:
authorjustdave%syndicomm.com <>2001-04-08 01:36:45 +0200
committerjustdave%syndicomm.com <>2001-04-08 01:36:45 +0200
commitd041005e48ba7a02432b792a4861567d58bd2b2f (patch)
treec81c7503bfcf614d4b6f290ccc2bc08c54b4162d /userprefs.cgi
parentd8a6bd5269a854434f72a3a497eceaf4198a1c1c (diff)
downloadbugzilla-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-xuserprefs.cgi2
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',