diff options
author | cyeh%bluemartini.com <> | 2000-06-24 07:35:38 +0200 |
---|---|---|
committer | cyeh%bluemartini.com <> | 2000-06-24 07:35:38 +0200 |
commit | 8f81be2bbf1db927fbe8ce0273ed31b76d9f763a (patch) | |
tree | 96c690f1233ed4c39ea225e53e49745a788a3bc1 | |
parent | 206eb93d1cd8df12272778154ae30e86e324c754 (diff) | |
download | bugzilla-8f81be2bbf1db927fbe8ce0273ed31b76d9f763a.tar.gz bugzilla-8f81be2bbf1db927fbe8ce0273ed31b76d9f763a.tar.xz |
add voters to text
-rwxr-xr-x | userprefs.cgi | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/userprefs.cgi b/userprefs.cgi index dd739beb8..c39bf3d9b 100755 --- a/userprefs.cgi +++ b/userprefs.cgi @@ -106,8 +106,9 @@ sub ShowDiffs { print qq{ <TR><TD COLSPAN="2"> Bugzilla will send out email notification of changed bugs to -the current owner, the submitter of the bug$qacontactpart, and anyone on the -CC list. However, you can suppress some of those email notifications. +the current owner, the submitter of the bug$qacontactpart, anyone on the +CC list and anyone who has voted for the bug. However, you can suppress +some of those email notifications. On which of these bugs would you like email notification of changes? </TD></TR> }; |