diff options
author | jocuri%softhome.net <> | 2004-02-05 00:30:49 +0100 |
---|---|---|
committer | jocuri%softhome.net <> | 2004-02-05 00:30:49 +0100 |
commit | 390d5ed65fe1f643fdcbf778971b11e7f9e19f02 (patch) | |
tree | 66425d46c4b4438dcbc591c0060503c6ecbcccb8 | |
parent | ef4cce63068b0f44c63b3ab4cb46f75502240259 (diff) | |
download | bugzilla-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.
-rw-r--r-- | template/en/default/search/tabs.html.tmpl | 2 |
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__" %] |