]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Patch for bug 218401; add in some places templatization support for the bug term...
authorjocuri%softhome.net <>
Wed, 4 Feb 2004 23:30:49 +0000 (23:30 +0000)
committerjocuri%softhome.net <>
Wed, 4 Feb 2004 23:30:49 +0000 (23:30 +0000)
template/en/default/search/tabs.html.tmpl

index 417023c3bea6508814e63df8460e72a3d73f0f80..ac3c72f2fd72959f4702ac9761a4aaad1f22b051 100644 (file)
@@ -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__" %]