Commit 56ce33fb authored by jocuri%softhome.net's avatar jocuri%softhome.net

Patch for bug 269294: Do not mention QuickSearch in the error message if not in…

Patch for bug 269294: Do not mention QuickSearch in the error message if not in use; patch by Frédéric Buclin <LpSolit@netscape.net>, r=vladd, a=justdave.
parent 08b64f4d
...@@ -461,13 +461,13 @@ ...@@ -461,13 +461,13 @@
[% ELSIF error == "invalid_bug_id_or_alias" %] [% ELSIF error == "invalid_bug_id_or_alias" %]
[% title = BLOCK %]Invalid [% terms.Bug %] ID[% END %] [% title = BLOCK %]Invalid [% terms.Bug %] ID[% END %]
'[% bug_id FILTER html %]' is not a valid [% terms.bug %] number. '[% bug_id FILTER html %]' is not a valid [% terms.bug %] number
[% IF Param("usebugaliases") %] [% IF Param("usebugaliases") %] nor an alias
It is neither [% terms.abug %] number nor an alias to [% terms.abug %] to [% terms.abug %] number[% END %].
number. <noscript>
[% END %] If you are trying to use QuickSearch, you need to enable
If you are trying to use QuickSearch, you need to enable JavaScript JavaScript in your browser.
in your browser. </noscript>
[% ELSIF error == "invalid_changedsince" %] [% ELSIF error == "invalid_changedsince" %]
[% title = "Invalid 'Changed Since'" %] [% title = "Invalid 'Changed Since'" %]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment