diff options
author | Dave Lawrence <dlawrence@mozilla.com> | 2011-11-28 17:51:37 +0100 |
---|---|---|
committer | Dave Lawrence <dlawrence@mozilla.com> | 2011-11-28 17:51:37 +0100 |
commit | 969f20eadc0d3ca5440d69e4afbae70d66f41b57 (patch) | |
tree | b71ce564c9f8c60ba2c8870fa1e596c4a0e680c3 /template/en/default/admin | |
parent | 0d3a92e3c8ed0b80e08a13536358d5346b8015fd (diff) | |
parent | 2fe1db36b3ced43ca9b76a5fbc293c845fd13066 (diff) | |
download | bugzilla-969f20eadc0d3ca5440d69e4afbae70d66f41b57.tar.gz bugzilla-969f20eadc0d3ca5440d69e4afbae70d66f41b57.tar.xz |
merged with bugzilla/4.2
Diffstat (limited to 'template/en/default/admin')
-rw-r--r-- | template/en/default/admin/params/query.html.tmpl | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/template/en/default/admin/params/query.html.tmpl b/template/en/default/admin/params/query.html.tmpl index d8f5f0c42..255c75a6b 100644 --- a/template/en/default/admin/params/query.html.tmpl +++ b/template/en/default/admin/params/query.html.tmpl @@ -51,9 +51,14 @@ "access the advanced query page. It's in URL parameter " _ "format, which makes it hard to read. Sorry!", - specific_search_allow_empty_words => - "Whether to allow a search on the 'Simple Search' page with an empty" - _ " 'Words' field.", + search_allow_no_criteria => + "Unless the code explicitly allows all $terms.bugs to be returned, this " _ + "parameter permits to block the execution of queries with no criteria. " _ + "When turned off, a query must have some criteria specified to limit " _ + "the number of $terms.bugs returned to the user. When turned on, a user " _ + "is allowed to run a query with no criteria and get all $terms.bugs he can " _ + "see in his list. Turning this parameter on is not recommended on large " _ + "installations.", default_search_limit => "By default, $terms.Bugzilla limits searches done in the web" |