From 390d5ed65fe1f643fdcbf778971b11e7f9e19f02 Mon Sep 17 00:00:00 2001 From: "jocuri%softhome.net" <> Date: Wed, 4 Feb 2004 23:30:49 +0000 Subject: Patch for bug 218401; add in some places templatization support for the bug term in query.cgi; patch by Andreas Höfler ; r=gerv; a=justdave. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- template/en/default/search/tabs.html.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'template/en/default/search/tabs.html.tmpl') diff --git a/template/en/default/search/tabs.html.tmpl b/template/en/default/search/tabs.html.tmpl index 417023c3b..ac3c72f2f 100644 --- a/template/en/default/search/tabs.html.tmpl +++ b/template/en/default/search/tabs.html.tmpl @@ -27,7 +27,7 @@ #%] [% tabs = [ { name => '__DEFAULT__', description => "Advanced Search" }, - { name => 'specific', description => "Find a Specific Bug" } ] %] + { name => 'specific', description => "Find a Specific $terms.Bug " } ] %] [% current_tab = query_format || format || "__DEFAULT__" %] -- cgit v1.2.3-24-g4f1b