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/global/choose-product.html.tmpl | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'template/en/default/global/choose-product.html.tmpl') diff --git a/template/en/default/global/choose-product.html.tmpl b/template/en/default/global/choose-product.html.tmpl index e79f7820d..5d6da1fc5 100644 --- a/template/en/default/global/choose-product.html.tmpl +++ b/template/en/default/global/choose-product.html.tmpl @@ -24,11 +24,13 @@ # are their descriptions. #%] +[% PROCESS global/variables.none.tmpl %] + [% IF target == "enter_bug.cgi" %] - [% title = "Enter Bug" %] - [% h2 = "First, you must pick a product on which to enter a bug." %] + [% title = "Enter $terms.Bug" %] + [% h2 = BLOCK %]First, you must pick a product on which to enter [% terms.abug %]. [% END %] [% ELSIF target == "describecomponents.cgi" %] - [% title = "Bugzilla Component Descriptions" %] + [% title = "$terms.Bugzilla Component Descriptions" %] [% h2 = "Please specify the product whose components you want described." %] [% END %] @@ -50,7 +52,7 @@ [% END %] [% END %] - + [% PROCESS global/footer.html.tmpl %] -- cgit v1.2.3-24-g4f1b