diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2010-10-22 16:07:16 +0200 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2010-10-22 16:07:16 +0200 |
commit | eeab8675bc5f0c0711a0e83ecd15cf29b3b1695e (patch) | |
tree | 409e633f53ec32d766c9b7a8922488a1aadd50f0 /template/en/default/global | |
parent | c93b48cc0c032b6766a64d44849a8c99e62d97e6 (diff) | |
download | bugzilla-eeab8675bc5f0c0711a0e83ecd15cf29b3b1695e.tar.gz bugzilla-eeab8675bc5f0c0711a0e83ecd15cf29b3b1695e.tar.xz |
Another unused error tag
https://bugzilla.mozilla.org/show_bug.cgi?id=523205
Diffstat (limited to 'template/en/default/global')
-rw-r--r-- | template/en/default/global/code-error.html.tmpl | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/template/en/default/global/code-error.html.tmpl b/template/en/default/global/code-error.html.tmpl index c5c01f401..507612a8c 100644 --- a/template/en/default/global/code-error.html.tmpl +++ b/template/en/default/global/code-error.html.tmpl @@ -274,9 +274,6 @@ The flag type [% type FILTER html %] is inactive and cannot be used to create new flags. - [% ELSIF error == "flag_type_nonexistent" %] - There is no flag type with the ID <em>[% id FILTER html %]</em>. - [% ELSIF error == "flag_type_target_type_invalid" %] The target type was neither <em>[% terms.bug %]</em> nor <em>attachment</em> but rather <em>[% target_type FILTER html %]</em>. |