From f8f988fbc1ca1d183dbeb8e1e942706552507e84 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Tue, 3 Jul 2007 21:22:00 +0000 Subject: Bug 385910: Rename the 'quicksearch_allow_empty_words' parameter to 'specific_search_allow_empty_words' (to avoid confusion with the QuickSearch feature) - Patch by Brad Johnson r=wicked a=mkanat --- template/en/default/admin/params/query.html.tmpl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'template/en/default/admin/params/query.html.tmpl') diff --git a/template/en/default/admin/params/query.html.tmpl b/template/en/default/admin/params/query.html.tmpl index b3f0b0f66..cdc48473e 100644 --- a/template/en/default/admin/params/query.html.tmpl +++ b/template/en/default/admin/params/query.html.tmpl @@ -56,5 +56,6 @@ "to search comments. If the QuickSearch query contains " _ "more terms than this value, QuickSearch will not search comments.", - quicksearch_allow_empty_words => "Whether to allow a QuickSearch with empty Words." } + specific_search_allow_empty_words => "Whether to allow a search on the 'Find a Specific " _ + "Bug' page with an empty 'Words' field." } %] -- cgit v1.2.3-24-g4f1b