From 208399b506098df1136f2dec16e28861c6bb4b19 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Thu, 10 May 2007 16:12:48 +0000 Subject: Bug 325691: terms.Bugs not used everywhere in templates - Patch by victory r=wicked a=mkanat --- template/en/default/admin/custom_fields/create.html.tmpl | 2 +- template/en/default/admin/custom_fields/edit.html.tmpl | 2 +- template/en/default/admin/custom_fields/list.html.tmpl | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'template/en/default/admin/custom_fields') diff --git a/template/en/default/admin/custom_fields/create.html.tmpl b/template/en/default/admin/custom_fields/create.html.tmpl index 3fdb20f43..f7ab7220a 100644 --- a/template/en/default/admin/custom_fields/create.html.tmpl +++ b/template/en/default/admin/custom_fields/create.html.tmpl @@ -72,7 +72,7 @@ - + diff --git a/template/en/default/admin/custom_fields/edit.html.tmpl b/template/en/default/admin/custom_fields/edit.html.tmpl index 2165ac323..882b17b04 100644 --- a/template/en/default/admin/custom_fields/edit.html.tmpl +++ b/template/en/default/admin/custom_fields/edit.html.tmpl @@ -62,7 +62,7 @@ value="[% field.description FILTER html %]"> - + diff --git a/template/en/default/admin/custom_fields/list.html.tmpl b/template/en/default/admin/custom_fields/list.html.tmpl index befd15753..03c040124 100644 --- a/template/en/default/admin/custom_fields/list.html.tmpl +++ b/template/en/default/admin/custom_fields/list.html.tmpl @@ -42,11 +42,11 @@ }, { name => "enter_bug" - heading => "Editable on Bug Creation" + heading => "Editable on $terms.Bug Creation" }, { name => "mailhead" - heading => "In Bugmail on Bug Creation" + heading => "In ${terms.Bug}mail on $terms.Bug Creation" }, { name => "obsolete" -- cgit v1.2.3-24-g4f1b