From a75ab4f6e2bccc4bf8512796e54cde937365e731 Mon Sep 17 00:00:00 2001 From: Max Kanat-Alexander Date: Mon, 14 Feb 2011 21:59:07 -0800 Subject: [PATCH] Remove the "unknown_keyword" error, which is no longer used. https://bugzilla.mozilla.org/show_bug.cgi?id=490322 --- template/en/default/global/user-error.html.tmpl | 5 ----- 1 file changed, 5 deletions(-) diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl index f2cf053a52..b1b8ae56d7 100644 --- a/template/en/default/global/user-error.html.tmpl +++ b/template/en/default/global/user-error.html.tmpl @@ -1591,11 +1591,6 @@ I could not figure out what you wanted to do. [% END %] - [% ELSIF error == "unknown_keyword" %] - [% title = "Unknown Keyword" %] - [% keyword FILTER html %] is not a known keyword. - The legal keyword names are listed here. - [% ELSIF error == "unknown_tab" %] [% title = "Unknown Tab" %] [% current_tab_name FILTER html %] is not a legal tab name. -- 2.47.2