aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjustdave%syndicomm.com <>2001-04-07 23:36:45 +0000
committerjustdave%syndicomm.com <>2001-04-07 23:36:45 +0000
commitd041005e48ba7a02432b792a4861567d58bd2b2f (patch)
treec81c7503bfcf614d4b6f290ccc2bc08c54b4162d /userprefs.cgi
parentFix for bug 71607: remove "month-day only" date format from bug list views. (diff)
downloadbugzilla-d041005e48ba7a02432b792a4861567d58bd2b2f.tar.gz
bugzilla-d041005e48ba7a02432b792a4861567d58bd2b2f.tar.bz2
bugzilla-d041005e48ba7a02432b792a4861567d58bd2b2f.zip
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',