diff options
author | Max Kanat-Alexander <mkanat@bugzilla.org> | 2010-02-08 03:28:11 +0100 |
---|---|---|
committer | Max Kanat-Alexander <mkanat@bugzilla.org> | 2010-02-08 03:28:11 +0100 |
commit | 96f56d58f8ea9a972d9bed404ecbcef310bd6eb0 (patch) | |
tree | 0201afda33e156518b65a42b640d9432359344b0 /template/en | |
parent | c9ac662cd2adf28710d6c759f2386836150d9e9f (diff) | |
download | bugzilla-96f56d58f8ea9a972d9bed404ecbcef310bd6eb0.tar.gz bugzilla-96f56d58f8ea9a972d9bed404ecbcef310bd6eb0.tar.xz |
Fix a typo in the new quicksearch docs.
Diffstat (limited to 'template/en')
-rw-r--r-- | template/en/default/pages/quicksearch.html.tmpl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/template/en/default/pages/quicksearch.html.tmpl b/template/en/default/pages/quicksearch.html.tmpl index 93b0f5910..fcaf20dc5 100644 --- a/template/en/default/pages/quicksearch.html.tmpl +++ b/template/en/default/pages/quicksearch.html.tmpl @@ -69,9 +69,9 @@ <li>[% terms.Bugzilla %] does not just search for the exact word you put in, but also for any word that <strong>contains</strong> that word. So, for example, searching for "cat" would also find [% terms.bugs %] - that contain it—for example, a but mentioning - "<strong>cat</strong>ch" or "certifi<strong>cat</strong>e". It will - not find partial words in the [% field_descs.longdesc FILTER html %] + that contain it as part of other words—for example, [% terms.abug %] + mentioning "<strong>cat</strong>ch" or "certifi<strong>cat</strong>e". It + will not find partial words in the [% field_descs.longdesc FILTER html %] or [% field_descs.keywords FILTER html %] fields, though—only full words are matched, there.</li> |