diff options
author | gerv%gerv.net <> | 2001-10-19 06:41:25 +0200 |
---|---|---|
committer | gerv%gerv.net <> | 2001-10-19 06:41:25 +0200 |
commit | c0ae90fe921726241b5613addb0f08fc95359eec (patch) | |
tree | f1d172b26b51ec07f23096f0adf9b958cf90b75f | |
parent | 0514605a98956216ded50969c26b2d78dcf2e260 (diff) | |
download | bugzilla-c0ae90fe921726241b5613addb0f08fc95359eec.tar.gz bugzilla-c0ae90fe921726241b5613addb0f08fc95359eec.tar.xz |
Bug 72177 - reword checkbox to make it consistent with the others on the page.
-rwxr-xr-x | userprefs.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/userprefs.cgi b/userprefs.cgi index c6672fd02..bd5dcb4f2 100755 --- a/userprefs.cgi +++ b/userprefs.cgi @@ -299,7 +299,7 @@ sub showExcludeSelf (\%) { <table><tr><td colspan=2> <b>Global options:</b></tr> <tr><td width=150></td><td> - Do not email me bugs that I change + Only email me reports of changes made by other people <input type="checkbox" name="ExcludeSelf" VALUE="on" $excludeSelf> <br> </td> |