Commit 4046c8b3 authored by travis%sedsystems.ca's avatar travis%sedsystems.ca

Bug 280747 : Syntax for terms in variables.none.tmpl not fully correct (= signs…

Bug 280747 : Syntax for terms in variables.none.tmpl not fully correct (= signs instead of => signs) Patch by Marc Schumann <wurblzap@gmail.com> r=vladd a=justdave
parent 7f64e175
...@@ -31,14 +31,14 @@ ...@@ -31,14 +31,14 @@
[% terms = { [% terms = {
"bug" => "bug", "bug" => "bug",
"Bug" => "Bug", "Bug" => "Bug",
"abug" = "a bug", "abug" => "a bug",
"Abug" = "A bug", "Abug" => "A bug",
"ABug" = "A Bug", "ABug" => "A Bug",
"bugs" = "bugs", "bugs" => "bugs",
"Bugs" = "Bugs", "Bugs" => "Bugs",
"zeroSearchResults" = "Zarro Boogs found", "zeroSearchResults" => "Zarro Boogs found",
"bit" = "bit", "bit" => "bit",
"bits" = "bits", "bits" => "bits",
"Bugzilla" = "Bugzilla" "Bugzilla" => "Bugzilla"
} }
%] %]
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment