]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Remove the "unknown_keyword" error, which is no longer used.
authorMax Kanat-Alexander <mkanat@bugzilla.org>
Tue, 15 Feb 2011 05:59:07 +0000 (21:59 -0800)
committerMax Kanat-Alexander <mkanat@bugzilla.org>
Tue, 15 Feb 2011 05:59:07 +0000 (21:59 -0800)
https://bugzilla.mozilla.org/show_bug.cgi?id=490322

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

index f2cf053a52277092228dd5ff9d948ed04fe64187..b1b8ae56d729ae05b68084e04b20e7f167a2ca16 100644 (file)
        I could not figure out what you wanted to do.
     [% END %]
 
-  [% ELSIF error == "unknown_keyword" %]
-    [% title = "Unknown Keyword" %]
-    <code>[% keyword FILTER html %]</code> is not a known keyword.
-    The legal keyword names are <a href="describekeywords.cgi">listed here</a>.
-
   [% ELSIF error == "unknown_tab" %]
     [% title = "Unknown Tab" %]
     <code>[% current_tab_name FILTER html %]</code> is not a legal tab name.