summaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2011-10-01 13:22:13 +0200
committerFrédéric Buclin <LpSolit@gmail.com>2011-10-01 13:22:13 +0200
commit898e5ab5f292d8d0d72ae0aa9fc6d4638e5d6eca (patch)
tree12578cfd06ae792777e9ef93dc5b0a95d6d5fbfb /template
parentf517974618ba835014e9d2a3565109af469f5d34 (diff)
downloadbugzilla-898e5ab5f292d8d0d72ae0aa9fc6d4638e5d6eca.tar.gz
bugzilla-898e5ab5f292d8d0d72ae0aa9fc6d4638e5d6eca.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.tmpl4
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 35640b220..265a061d1 100644
--- a/template/en/default/global/user-error.html.tmpl
+++ b/template/en/default/global/user-error.html.tmpl
@@ -599,6 +599,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 %]