summaryrefslogtreecommitdiffstats
path: root/query.cgi
diff options
context:
space:
mode:
authorterry%mozilla.org <>1999-05-13 02:20:39 +0200
committerterry%mozilla.org <>1999-05-13 02:20:39 +0200
commitb76a02502d1e3abf05d8aef379d14ac259619526 (patch)
treeded9fe568e1c16f142b1c1b9c0fbd5ef0f1d5ae1 /query.cgi
parent47e7a341fd69d3d26d48d4e33d09c6e8ecbbc6c2 (diff)
downloadbugzilla-b76a02502d1e3abf05d8aef379d14ac259619526.tar.gz
bugzilla-b76a02502d1e3abf05d8aef379d14ac259619526.tar.xz
Added user preference controlling how much email they get.
Diffstat (limited to 'query.cgi')
-rwxr-xr-xquery.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/query.cgi b/query.cgi
index 102f655f2..ac62a0db5 100755
--- a/query.cgi
+++ b/query.cgi
@@ -556,7 +556,7 @@ if (UserInGroup("editcomponents")) {
if (defined $::COOKIE{"Bugzilla_login"}) {
print "<a href=relogin.cgi>Log in as someone besides <b>$::COOKIE{'Bugzilla_login'}</b></a><br>\n";
}
-print "<a href=changepassword.cgi>Change your password.</a><br>\n";
+print "<a href=changepassword.cgi>Change your password or preferences.</a><br>\n";
print "<a href=\"enter_bug.cgi\">Create a new bug.</a><br>\n";
print "<a href=\"createaccount.cgi\">Open a new Bugzilla account</a><br>\n";
print "<a href=\"reports.cgi\">Bug reports</a><br>\n";