diff options
author | mkanat%kerio.com <> | 2005-07-08 11:18:22 +0200 |
---|---|---|
committer | mkanat%kerio.com <> | 2005-07-08 11:18:22 +0200 |
commit | 6bff5c39e564cc34c85c4d30e11f6ff14482548a (patch) | |
tree | 1726f81292e7dd3d82ec3b6ac366de06826105a7 /template/en | |
parent | e29e57574269f0771561a0f1b6039fd4809391a3 (diff) | |
download | bugzilla-6bff5c39e564cc34c85c4d30e11f6ff14482548a.tar.gz bugzilla-6bff5c39e564cc34c85c4d30e11f6ff14482548a.tar.xz |
Bug 87404: Attachments don't work if you need to use user matching
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
Diffstat (limited to 'template/en')
-rw-r--r-- | template/en/default/global/messages.html.tmpl | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/template/en/default/global/messages.html.tmpl b/template/en/default/global/messages.html.tmpl index f9087a21f..30855ed37 100644 --- a/template/en/default/global/messages.html.tmpl +++ b/template/en/default/global/messages.html.tmpl @@ -17,6 +17,7 @@ # Rights Reserved. # # Contributor(s): Gervase Markham <gerv@gerv.net> + # Max Kanat-Alexander <mkanat@bugzilla.org> #%] [%# This is a list of all the possible messages. Please keep them in @@ -236,6 +237,16 @@ [% ELSIF message_tag == "shutdown" %] [% title = "$terms.Bugzilla is Down" %] [% Param("shutdownhtml") %] + + [% ELSIF message_tag == "user_match_failed" %] + You entered a username that did not match any known + [% terms.Bugzilla %] users, so we have instead left + the [% match_field FILTER html %] field blank. + + [% ELSIF message_tag == "user_match_multiple" %] + You entered a username that matched more than one + user, so we have instead left the [% match_field FILTER html %] + field blank. [% ELSE %] [%# Give sensible error if error functions are used incorrectly. |