From: jocuri%softhome.net <> Date: Fri, 3 Dec 2004 06:23:25 +0000 (+0000) Subject: Patch for bug 271306: specify that defaultquery is used by default to submit queries... X-Git-Tag: bugzilla-2.16.8~16 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=80cbbec7f615174efdc05545b484bb57034d3d0f;p=thirdparty%2Fbugzilla.git Patch for bug 271306: specify that defaultquery is used by default to submit queries, not bugs; patch by Frédéric Buclin , r=vladd, r=justdave, a=justdave. --- diff --git a/defparams.pl b/defparams.pl index 86fd9e4798..e30ec54943 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");