]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Fix a typo in the new quicksearch docs.
authorMax Kanat-Alexander <mkanat@bugzilla.org>
Mon, 8 Feb 2010 02:29:14 +0000 (18:29 -0800)
committerMax Kanat-Alexander <mkanat@bugzilla.org>
Mon, 8 Feb 2010 02:29:14 +0000 (18:29 -0800)
template/en/default/pages/quicksearch.html.tmpl

index 93b0f59100c710ea4d0d7f37ef2bedd0bcfe2465..fcaf20dc5995455acdb7c4c7eb095ceee3523353 100644 (file)
@@ -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&mdash;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&mdash;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&mdash;only full words are matched, there.</li>