diff options
author | myk%mozilla.org <> | 2004-03-12 06:13:43 +0100 |
---|---|---|
committer | myk%mozilla.org <> | 2004-03-12 06:13:43 +0100 |
commit | a53181e2a865928dfe3dc6c579c257e8aef2f1ab (patch) | |
tree | 895dd076cb4e8bffa777df4761b525837b03644e /template/en/default/search | |
parent | ef65f94784637e3a4f47b8a4d761e3bf7aa65772 (diff) | |
download | bugzilla-a53181e2a865928dfe3dc6c579c257e8aef2f1ab.tar.gz bugzilla-a53181e2a865928dfe3dc6c579c257e8aef2f1ab.tar.xz |
Fix for bug 236322: trivial inaccuracy in description of "find a specific bug" search corrected (the search doesn't really search summaries, so I've removed the text that says it does).
r=justdave
a=justdave
Diffstat (limited to 'template/en/default/search')
-rw-r--r-- | template/en/default/search/search-specific.html.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/template/en/default/search/search-specific.html.tmpl b/template/en/default/search/search-specific.html.tmpl index 5b1d8bedf..e9eb55a28 100644 --- a/template/en/default/search/search-specific.html.tmpl +++ b/template/en/default/search/search-specific.html.tmpl @@ -38,8 +38,8 @@ <p> Find a specific [% terms.bug %] by entering words that describe it. -[% terms.Bugzilla %] will search [% terms.bug %] summaries, descriptions, and -comments for those words and return a list of matching [% terms.bugs %] sorted +[% terms.Bugzilla %] will search [% terms.bug %] descriptions and comments +for those words and return a list of matching [% terms.bugs %] sorted by relevance. </p> |