From 390d5ed65fe1f643fdcbf778971b11e7f9e19f02 Mon Sep 17 00:00:00 2001
From: "jocuri%softhome.net" <>
Date: Wed, 4 Feb 2004 23:30:49 +0000
Subject: =?UTF-8?q?Patch=20for=20bug=20218401;=20add=20in=20some=20places?=
 =?UTF-8?q?=20templatization=20support=20for=20the=20bug=20term=20in=20que?=
 =?UTF-8?q?ry.cgi;=20patch=20by=20Andreas=20H=C3=B6fler=20<andreas.hoefler?=
 =?UTF-8?q?@bearingpoint.com>;=20r=3Dgerv;=20a=3Djustdave.?=
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')

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.1