From 0ea0ca026a6844b06c83de698243ed929cc25ad1 Mon Sep 17 00:00:00 2001 From: Max Kanat-Alexander Date: Tue, 13 Jul 2010 17:01:36 -0700 Subject: The illegal_changed_in_x_days error message is no longer used. https://bugzilla.mozilla.org/show_bug.cgi?id=578323 --- template/en/default/global/user-error.html.tmpl | 5 ----- 1 file changed, 5 deletions(-) (limited to 'template') diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl index 0cfe57098..0f094b3a5 100644 --- a/template/en/default/global/user-error.html.tmpl +++ b/template/en/default/global/user-error.html.tmpl @@ -802,11 +802,6 @@ but only a user allowed to edit both related [% terms.bugs %] may change that field. - [% ELSIF error == "illegal_changed_in_last_x_days" %] - [% title = "Your Search Makes No Sense" %] - The Changed in last ___ days field must be a simple number. - You entered [% value FILTER html %], which isn't. - [% ELSIF error == "illegal_date" %] [% title = "Illegal Date" %] '[% date FILTER html %]' is not a legal date. -- cgit v1.2.3-24-g4f1b