diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2010-02-24 18:20:13 +0100 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2010-02-24 18:20:13 +0100 |
commit | 2092718d34a55044b2dcd5e87554570175af40af (patch) | |
tree | be9489c4b4aba21715db59a1fb08637ae834ec36 /template/en/default/global | |
parent | 06e7baa3fb12979c60b6c5ba59322d33a73e3e58 (diff) | |
download | bugs-2092718d34a55044b2dcd5e87554570175af40af.tar bugs-2092718d34a55044b2dcd5e87554570175af40af.tar.gz bugs-2092718d34a55044b2dcd5e87554570175af40af.tar.bz2 bugs-2092718d34a55044b2dcd5e87554570175af40af.tar.xz bugs-2092718d34a55044b2dcd5e87554570175af40af.zip |
Fix bustage (unused error tag)
https://bugzilla.mozilla.org/show_bug.cgi?id=526184
Diffstat (limited to 'template/en/default/global')
-rw-r--r-- | template/en/default/global/code-error.html.tmpl | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/template/en/default/global/code-error.html.tmpl b/template/en/default/global/code-error.html.tmpl index 483aec58a..7d2fa3533 100644 --- a/template/en/default/global/code-error.html.tmpl +++ b/template/en/default/global/code-error.html.tmpl @@ -216,10 +216,6 @@ [% ELSIF error == "illegal_field" %] A legal [% field FILTER html %] was not set. - [% ELSIF error == "inactive_group" %] - Attempted to add [% terms.bug %] to the '[% name FILTER html %]' - group, which is not used for [% terms.bugs %]. - [% ELSIF error == "invalid_attach_id_to_obsolete" %] The attachment number of one of the attachments you wanted to obsolete, [% attach_id FILTER html %], is invalid. |