]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 280747 : Syntax for terms in variables.none.tmpl not fully correct (= signs inste...
authortravis%sedsystems.ca <>
Fri, 4 Feb 2005 04:24:20 +0000 (04:24 +0000)
committertravis%sedsystems.ca <>
Fri, 4 Feb 2005 04:24:20 +0000 (04:24 +0000)
Patch by Marc Schumann <wurblzap@gmail.com>  r=vladd  a=justdave

template/en/default/global/variables.none.tmpl

index c63d1bf6015fe5bfeb70e5c13b64df9022dbb59d..c75f25988f4e30ecd0149a16f647162dac69880c 100644 (file)
 [% 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"
   }
 %]