summaryrefslogtreecommitdiffstats
path: root/template/en/default/search/tabs.html.tmpl
diff options
context:
space:
mode:
authorjocuri%softhome.net <>2004-02-05 00:30:49 +0100
committerjocuri%softhome.net <>2004-02-05 00:30:49 +0100
commit390d5ed65fe1f643fdcbf778971b11e7f9e19f02 (patch)
tree66425d46c4b4438dcbc591c0060503c6ecbcccb8 /template/en/default/search/tabs.html.tmpl
parentef4cce63068b0f44c63b3ab4cb46f75502240259 (diff)
downloadbugzilla-390d5ed65fe1f643fdcbf778971b11e7f9e19f02.tar.gz
bugzilla-390d5ed65fe1f643fdcbf778971b11e7f9e19f02.tar.xz
Patch for bug 218401; add in some places templatization support for the bug term in query.cgi; patch by Andreas Höfler <andreas.hoefler@bearingpoint.com>; r=gerv; a=justdave.
Diffstat (limited to 'template/en/default/search/tabs.html.tmpl')
-rw-r--r--template/en/default/search/tabs.html.tmpl2
1 files changed, 1 insertions, 1 deletions
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__" %]