From 44b48df3901d829e1423749136d142964ccb4a3e Mon Sep 17 00:00:00 2001 From: "gerv%gerv.net" <> Date: Fri, 4 Jul 2003 04:31:13 +0000 Subject: Bug 13540 - allow key terms, like "Bugzilla" and "bug", to be altered without changing all the templates. Patch by jwilmoth@starbucks.com; r=gerv, a=justdave. --- template/en/default/reports/duplicates-simple.html.tmpl | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'template/en/default/reports/duplicates-simple.html.tmpl') diff --git a/template/en/default/reports/duplicates-simple.html.tmpl b/template/en/default/reports/duplicates-simple.html.tmpl index 481dd6eca..a74926f8e 100644 --- a/template/en/default/reports/duplicates-simple.html.tmpl +++ b/template/en/default/reports/duplicates-simple.html.tmpl @@ -22,13 +22,15 @@ [%# INTERFACE: # You need to fulfill the interface to duplicates-table.html.tmpl. #%] - + +[% PROCESS global/variables.none.tmpl %] + [% IF product %] - [% title = "Most Frequently Reported Bugs for $product" %] - [% ELSE %] - [% title = "Most Frequently Reported Bugs" %] + [% title = "Most Frequently Reported $terms.Bugs for $product" %] + [% ELSE %] + [% title = "Most Frequently Reported $terms.Bugs" %] [% END%] -- cgit v1.2.3-24-g4f1b