summaryrefslogtreecommitdiffstats
path: root/query.cgi
diff options
context:
space:
mode:
authorterry%mozilla.org <>2000-01-23 04:43:30 +0100
committerterry%mozilla.org <>2000-01-23 04:43:30 +0100
commitd9c667d9165679a7cbaaf38345158eac955c1f5d (patch)
treeea31d6c239e6993e606ccce119c2fc5d0f59d58e /query.cgi
parent6047034f72dbfa7fd344da57119e7af4d34f0d8c (diff)
downloadbugzilla-d9c667d9165679a7cbaaf38345158eac955c1f5d.tar.gz
bugzilla-d9c667d9165679a7cbaaf38345158eac955c1f5d.tar.xz
Minor wording change to hopefully make it more obvious slight changes
in the "long description" search.
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 b032a2860..051adee5d 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")) {