diff options
author | terry%mozilla.org <> | 2000-01-23 04:43:30 +0100 |
---|---|---|
committer | terry%mozilla.org <> | 2000-01-23 04:43:30 +0100 |
commit | d9c667d9165679a7cbaaf38345158eac955c1f5d (patch) | |
tree | ea31d6c239e6993e606ccce119c2fc5d0f59d58e /query.cgi | |
parent | 6047034f72dbfa7fd344da57119e7af4d34f0d8c (diff) | |
download | bugzilla-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-x | query.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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")) { |