summaryrefslogtreecommitdiffstats
path: root/userprefs.cgi
diff options
context:
space:
mode:
authorgerv%gerv.net <>2001-10-19 06:41:25 +0200
committergerv%gerv.net <>2001-10-19 06:41:25 +0200
commitc0ae90fe921726241b5613addb0f08fc95359eec (patch)
treef1d172b26b51ec07f23096f0adf9b958cf90b75f /userprefs.cgi
parent0514605a98956216ded50969c26b2d78dcf2e260 (diff)
downloadbugzilla-c0ae90fe921726241b5613addb0f08fc95359eec.tar.gz
bugzilla-c0ae90fe921726241b5613addb0f08fc95359eec.tar.xz
Bug 72177 - reword checkbox to make it consistent with the others on the page.
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 c6672fd02..bd5dcb4f2 100755
--- a/userprefs.cgi
+++ b/userprefs.cgi
@@ -299,7 +299,7 @@ sub showExcludeSelf (\%) {
<table><tr><td colspan=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<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>