diff options
author | lpsolit%gmail.com <> | 2007-06-27 01:35:56 +0200 |
---|---|---|
committer | lpsolit%gmail.com <> | 2007-06-27 01:35:56 +0200 |
commit | f32106f83ffc2dda1420123744881f0e740aa715 (patch) | |
tree | fad10fadb4cb4bea8fe05432bd092cdc5828a58d /template/en/default/admin/params | |
parent | 8699690c76360c62e748f5557831243322655bfd (diff) | |
download | bugzilla-f32106f83ffc2dda1420123744881f0e740aa715.tar.gz bugzilla-f32106f83ffc2dda1420123744881f0e740aa715.tar.xz |
Bug 385910: Add parameter to allow "find a specific bug" to accept an empty search - Patch by Brad Johnson <fk7q01p02@sneakemail.com> r/a=LpSolit
Diffstat (limited to 'template/en/default/admin/params')
-rw-r--r-- | template/en/default/admin/params/query.html.tmpl | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/template/en/default/admin/params/query.html.tmpl b/template/en/default/admin/params/query.html.tmpl index ca4280f62..b3f0b0f66 100644 --- a/template/en/default/admin/params/query.html.tmpl +++ b/template/en/default/admin/params/query.html.tmpl @@ -54,5 +54,7 @@ quicksearch_comment_cutoff => "The maximum number of search terms for a QuickSearch " _ "to search comments. If the QuickSearch query contains " _ - "more terms than this value, QuickSearch will not search comments." } + "more terms than this value, QuickSearch will not search comments.", + + quicksearch_allow_empty_words => "Whether to allow a QuickSearch with empty Words." } %] |