diff options
-rw-r--r-- | template/en/default/global/variables.none.tmpl | 18 |
1 files changed, 9 insertions, 9 deletions
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" } %] |