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 @@
[% 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"
}
%]
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