From: terry%mozilla.org <> Date: Sun, 23 Jan 2000 03:43:30 +0000 (+0000) Subject: Minor wording change to hopefully make it more obvious slight changes X-Git-Tag: bugzilla-2.12~436 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d9c667d9165679a7cbaaf38345158eac955c1f5d;p=thirdparty%2Fbugzilla.git Minor wording change to hopefully make it more obvious slight changes in the "long description" search. --- diff --git a/query.cgi b/query.cgi index b032a28608..051adee5d2 100755 --- a/query.cgi +++ b/query.cgi @@ -535,7 +535,7 @@ print " "; StringSearch("Summary", "short_desc"); -StringSearch("Description", "long_desc"); +StringSearch("A description entry", "long_desc"); StringSearch("URL", "bug_file_loc"); if (Param("usestatuswhiteboard")) {