From 4046c8b30e633c0c7051f7ee7a6c2c39e199badb Mon Sep 17 00:00:00 2001 From: "travis%sedsystems.ca" <> Date: Fri, 4 Feb 2005 04:23:23 +0000 Subject: Bug 280747 : Syntax for terms in variables.none.tmpl not fully correct (= signs instead of => signs) Patch by Marc Schumann r=vladd a=justdave --- template/en/default/global/variables.none.tmpl | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'template') diff --git a/template/en/default/global/variables.none.tmpl b/template/en/default/global/variables.none.tmpl index c63d1bf60..c75f25988 100644 --- a/template/en/default/global/variables.none.tmpl +++ b/template/en/default/global/variables.none.tmpl @@ -31,14 +31,14 @@ [% terms = { "bug" => "bug", "Bug" => "Bug", - "abug" = "a bug", - "Abug" = "A bug", - "ABug" = "A Bug", - "bugs" = "bugs", - "Bugs" = "Bugs", - "zeroSearchResults" = "Zarro Boogs found", - "bit" = "bit", - "bits" = "bits", - "Bugzilla" = "Bugzilla" + "abug" => "a bug", + "Abug" => "A bug", + "ABug" => "A Bug", + "bugs" => "bugs", + "Bugs" => "Bugs", + "zeroSearchResults" => "Zarro Boogs found", + "bit" => "bit", + "bits" => "bits", + "Bugzilla" => "Bugzilla" } %] -- cgit v1.2.3-24-g4f1b