summaryrefslogtreecommitdiffstats
path: root/template/en/default/global/user-error.html.tmpl
diff options
context:
space:
mode:
authorDavid Lawrence <dlawrence@mozilla.com>2011-10-05 00:27:16 +0200
committerDavid Lawrence <dlawrence@mozilla.com>2011-10-05 00:27:16 +0200
commit8592e84f5d251a284f09fae2947101715e094a78 (patch)
treed40c32380d4253f38df2a50cc5b52b6f1e4cc4e4 /template/en/default/global/user-error.html.tmpl
parent57584dc4744fea59833ef355f7513690d246c70f (diff)
parent763a930131864bedd3155b668fcd8fd0fce2fefc (diff)
downloadbugzilla-8592e84f5d251a284f09fae2947101715e094a78.tar.gz
bugzilla-8592e84f5d251a284f09fae2947101715e094a78.tar.xz
merged with bugzilla/4.2
Diffstat (limited to 'template/en/default/global/user-error.html.tmpl')
-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 5310952f2..636e26500 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 %]