mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-14 20:22:00 +00:00
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
This commit is contained in:
parent
336d43d3c4
commit
34dd530736
@ -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"
|
||||
}
|
||||
%]
|
||||
|
Loading…
x
Reference in New Issue
Block a user