diff options
author | timeless%mozdev.org <> | 2007-08-12 20:36:46 +0200 |
---|---|---|
committer | timeless%mozdev.org <> | 2007-08-12 20:36:46 +0200 |
commit | 4046936f5619f4a40d0086ed84455ee87617de70 (patch) | |
tree | 38079b40a25654432e71a4fe6ab22bf53c497990 | |
parent | b48830e13eae3243efcd41348796536c49d33701 (diff) | |
download | bugzilla-4046936f5619f4a40d0086ed84455ee87617de70.tar.gz bugzilla-4046936f5619f4a40d0086ed84455ee87617de70.tar.xz |
Bug 389844 zero_length_file: no read permission is also a possibility
r=vladd a=mkanat
-rw-r--r-- | template/en/default/global/user-error.html.tmpl | 3 |
1 files changed, 2 insertions, 1 deletions
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" %] |