diff options
author | Reed Loden <reed@reedloden.com> | 2010-04-19 21:21:03 +0200 |
---|---|---|
committer | Reed Loden <reed@reedloden.com> | 2010-04-19 21:21:03 +0200 |
commit | d26192f57f78ae55f51bfac72e4b275516acb940 (patch) | |
tree | d72faa2a8ff932b601eb219c582882930ee729c0 /template | |
parent | 52c0a0a8426fd3fa17e876343588e8a22ef65344 (diff) | |
download | bugzilla-d26192f57f78ae55f51bfac72e4b275516acb940.tar.gz bugzilla-d26192f57f78ae55f51bfac72e4b275516acb940.tar.xz |
Bug 560161 - "Minor typo in Quicksearch help file"
[r=mkanat a=mkanat]
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/pages/quicksearch.html.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/template/en/default/pages/quicksearch.html.tmpl b/template/en/default/pages/quicksearch.html.tmpl index b859484ca..1a630671d 100644 --- a/template/en/default/pages/quicksearch.html.tmpl +++ b/template/en/default/pages/quicksearch.html.tmpl @@ -83,8 +83,8 @@ <li>If you want to search <strong>specific fields</strong>, you do it like <kbd>field:value</kbd>, where <kbd>field</kbd> is one of the <a href="#fields">field names</a> lower down in this - document, and <kbd>value</kbd> is the value you want to search for - in that field. If put commas in the <kbd>value</kbd>, then it is + document and <kbd>value</kbd> is the value you want to search for + in that field. If you put commas in the <kbd>value</kbd>, then it is interpreted as a list of values, and [% terms.bugs %] that match <em>any</em> of those values will be searched for.</li> </ul> |