From: Max Kanat-Alexander Date: Sat, 18 Sep 2010 23:19:24 +0000 (-0700) Subject: Bug 577835: Improve the error message displayed when you put an invalid X-Git-Tag: bugzilla-3.6.3~28 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6b6622c5c0143661e1fc8ddcbf35e5d4599bc953;p=thirdparty%2Fbugzilla.git Bug 577835: Improve the error message displayed when you put an invalid Bug URL into the See Also field. --- diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl index 23920ead8b..bde6f661fc 100644 --- a/template/en/default/global/user-error.html.tmpl +++ b/template/en/default/global/user-error.html.tmpl @@ -251,8 +251,14 @@ [% IF reason == 'http' %] URLs must start with "http" or "https". [% ELSIF reason == 'show_bug' %] - [%+ terms.Bug %] URLs should point to show_bug.cgi - in a [% terms.Bugzilla %] installation. + [%+ field_descs.see_also %] URLs should point to one of: + [% ELSIF reason == 'id' %] There is no valid [% terms.bug %] id in that URL. [% END %]