diff options
author | jocuri%softhome.net <> | 2004-12-03 06:23:25 +0000 |
---|---|---|
committer | jocuri%softhome.net <> | 2004-12-03 06:23:25 +0000 |
commit | 80cbbec7f615174efdc05545b484bb57034d3d0f (patch) | |
tree | a969525c22fae4d87c7f51e287e8c8ce9f6e7afd | |
parent | Documentation patch for bug 240060: document minimum sendmail version that is... (diff) | |
download | bugzilla-80cbbec7f615174efdc05545b484bb57034d3d0f.tar.gz bugzilla-80cbbec7f615174efdc05545b484bb57034d3d0f.tar.bz2 bugzilla-80cbbec7f615174efdc05545b484bb57034d3d0f.zip |
Patch for bug 271306: specify that defaultquery is used by default to submit queries, not bugs; patch by Frédéric Buclin <LpSolit@netscape.net>, r=vladd, r=justdave, a=justdave.
-rw-r--r-- | defparams.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/defparams.pl b/defparams.pl index 86fd9e479..e30ec5494 100644 --- a/defparams.pl +++ b/defparams.pl @@ -335,7 +335,7 @@ You will get this message once a day until you've dealt with these bugs! DefParam("defaultquery", - "This is the default query that initially comes up when you submit a bug. It's in URL parameter format, which makes it hard to read. Sorry!", + "This is the default query that initially comes up when you access the query page. It's in URL parameter format, which makes it hard to read. Sorry!", "t", "bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&emailassigned_to1=1&emailassigned_to2=1&emailreporter2=1&emailcc2=1&emailqa_contact2=1&order=%22Importance%22"); |