diff options
author | travis%sedsystems.ca <> | 2005-02-04 05:23:23 +0100 |
---|---|---|
committer | travis%sedsystems.ca <> | 2005-02-04 05:23:23 +0100 |
commit | 4046c8b30e633c0c7051f7ee7a6c2c39e199badb (patch) | |
tree | 739bde6dca3e323c96eb0c37a45a23094d0ae7e2 /template | |
parent | 7f64e175ca255497304d66e586f86e7dbfed5ef0 (diff) | |
download | bugzilla-4046c8b30e633c0c7051f7ee7a6c2c39e199badb.tar.gz bugzilla-4046c8b30e633c0c7051f7ee7a6c2c39e199badb.tar.xz |
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
Diffstat (limited to 'template')
-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" } %] |