From 6955ee22a11d6fc91b977945303ab5d630600949 Mon Sep 17 00:00:00 2001 From: "jocuri%softhome.net" <> Date: Wed, 24 Nov 2004 06:32:16 +0000 Subject: [PATCH] =?utf8?q?Patch=20for=20bug=20269294:=20Do=20not=20mention?= =?utf8?q?=20QuickSearch=20in=20the=20error=20message=20if=20not=20in=20us?= =?utf8?q?e;=20patch=20by=20Fr=C3=A9d=C3=A9ric=20Buclin=20,=20r=3Dvladd,=20a=3Djustdave.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- template/en/default/global/user-error.html.tmpl | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl index addd538adf..102ab67acf 100644 --- a/template/en/default/global/user-error.html.tmpl +++ b/template/en/default/global/user-error.html.tmpl @@ -335,13 +335,13 @@ [% ELSIF error == "invalid_bug_id_or_alias" %] [% title = BLOCK %]Invalid [% terms.Bug %] ID[% END %] - '[% bug_id FILTER html %]' is not a valid [% terms.bug %] number. - [% IF Param("usebugaliases") %] - It is neither [% terms.abug %] number nor an alias to [% terms.abug %] - number. - [% END %] - If you are trying to use QuickSearch, you need to enable JavaScript - in your browser. + '[% bug_id FILTER html %]' is not a valid [% terms.bug %] number + [% IF Param("usebugaliases") %] nor an alias + to [% terms.abug %] number[% END %]. + [% ELSIF error == "invalid_changedsince" %] [% title = "Invalid 'Changed Since'" %] -- 2.47.2