diff options
author | Matt Selsky <selsky@columbia.edu> | 2012-05-07 11:57:31 -0300 |
---|---|---|
committer | Tiago Mello <timello@gmail.com> | 2012-05-07 11:57:31 -0300 |
commit | 4e5dcf363dd1ffa63f0d7a190fa61891061ddea2 (patch) | |
tree | 53c0216debd37b12c8ba2c82b76f054f3ee304a5 /template/en | |
parent | 8837967f9754641c7cf4a9bf2a5bc6e73244df15 (diff) | |
download | bugs-4e5dcf363dd1ffa63f0d7a190fa61891061ddea2.tar bugs-4e5dcf363dd1ffa63f0d7a190fa61891061ddea2.tar.gz bugs-4e5dcf363dd1ffa63f0d7a190fa61891061ddea2.tar.bz2 bugs-4e5dcf363dd1ffa63f0d7a190fa61891061ddea2.tar.xz bugs-4e5dcf363dd1ffa63f0d7a190fa61891061ddea2.zip |
Bug 571740: Add support for getsatisfaction for the See Also field
r=timello, a=LpSolit
Diffstat (limited to 'template/en')
-rw-r--r-- | template/en/default/global/user-error.html.tmpl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl index 72d0241a0..eb77420f0 100644 --- a/template/en/default/global/user-error.html.tmpl +++ b/template/en/default/global/user-error.html.tmpl @@ -242,7 +242,9 @@ URLs must start with "http" or "https". [% ELSIF reason == 'path_only' %] You must specify a full URL. - [% ELSIF reason == 'show_bug' %] + [% ELSIF reason == 'id' %] + There is no valid [% terms.bug %] id in that URL. + [% ELSE %] [%+ field_descs.see_also FILTER html %] URLs should point to one of: <ul> <li><code>show_bug.cgi</code> in a [% terms.Bugzilla %] @@ -257,8 +259,6 @@ <li>An issue on github.com.</li> [% Hook.process('bug_url_invalid_tracker') %] </ul> - [% ELSIF reason == 'id' %] - There is no valid [% terms.bug %] id in that URL. [% END %] [% ELSIF error == "bug_url_too_long" %] |