From 4046936f5619f4a40d0086ed84455ee87617de70 Mon Sep 17 00:00:00 2001 From: "timeless%mozdev.org" <> Date: Sun, 12 Aug 2007 18:36:46 +0000 Subject: Bug 389844 zero_length_file: no read permission is also a possibility r=vladd a=mkanat --- template/en/default/global/user-error.html.tmpl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'template') diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl index f92399f00..a5251163b 100644 --- a/template/en/default/global/user-error.html.tmpl +++ b/template/en/default/global/user-error.html.tmpl @@ -1530,7 +1530,8 @@ [% ELSIF error == "zero_length_file" %] [% title = "File Is Empty" %] - The file you are trying to attach is empty! + The file you are trying to attach is empty, does not exist, or you don't + have permission to read it. [% ELSIF error == "illegal_user_id" %] [% title = "Illegal User ID" %] -- cgit v1.2.3-24-g4f1b