]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Another unused error tag
authorFrédéric Buclin <LpSolit@gmail.com>
Fri, 22 Oct 2010 14:07:16 +0000 (16:07 +0200)
committerFrédéric Buclin <LpSolit@gmail.com>
Fri, 22 Oct 2010 14:07:16 +0000 (16:07 +0200)
https://bugzilla.mozilla.org/show_bug.cgi?id=523205

template/en/default/global/code-error.html.tmpl

index c5c01f4013256ec87648d88afb43a77e07a5ac21..507612a8ce4a96284a04ca747c15c1cb5563884f 100644 (file)
     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>.