diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2011-10-01 13:19:55 +0200 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2011-10-01 13:19:55 +0200 |
commit | 613d9ce787fd65d6c186bb76716b3e1a48e1521e (patch) | |
tree | 3834b2b3f6f8c160cdaee1e304a8734e5327f3f8 /template | |
parent | e4f8a784dea705fcc2d29183e5c899e4e6d8d6d1 (diff) | |
download | bugzilla-613d9ce787fd65d6c186bb76716b3e1a48e1521e.tar.gz bugzilla-613d9ce787fd65d6c186bb76716b3e1a48e1521e.tar.xz |
Bug 582529: Ambiguous error message "You did not specify a file to attach" when deleting an existing attachment filename
a=LpSolit
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/global/user-error.html.tmpl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl index 7dac2ee55..d36f27d91 100644 --- a/template/en/default/global/user-error.html.tmpl +++ b/template/en/default/global/user-error.html.tmpl @@ -604,6 +604,10 @@ [% title = "No File Specified" %] You did not specify a file to attach. + [% ELSIF error == "filename_not_specified" %] + [% title = "No Filename Specified" %] + You must specify a filename for this attachment. + [% ELSIF error == "file_too_large" %] [% title = "File Too Large" %] [%# Convert maxlocalattachment from Mb to Kb %] |