]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 389844: improve 'zero_length_file' error message's description; patch by timeless...
authorvladd%bugzilla.org <>
Sun, 12 Aug 2007 18:34:49 +0000 (18:34 +0000)
committervladd%bugzilla.org <>
Sun, 12 Aug 2007 18:34:49 +0000 (18:34 +0000)
template/en/default/global/user-error.html.tmpl

index 691be900cf39dcdfca1d8de881e6b0281faf2417..2a77affc30ce0a63c4e0dab0ff838b7206145710 100644 (file)
 
   [% 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" %]