From fc0e2000733536fedd2da6ca2b219382c2f98518 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Sun, 12 Jun 2011 21:04:13 +0200 Subject: upload_error: print more precise error message Signed-off-by: Florian Pritz --- application/views/file/upload_error.php | 2 +- application/views/file_plaintext/upload_error.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'application/views') diff --git a/application/views/file/upload_error.php b/application/views/file/upload_error.php index 606110d83..9df86b8a8 100644 --- a/application/views/file/upload_error.php +++ b/application/views/file/upload_error.php @@ -1,6 +1,6 @@

An error occurred while uploading.
- Most likely your file is too big or has not been uploaded completely. +

diff --git a/application/views/file_plaintext/upload_error.php b/application/views/file_plaintext/upload_error.php index c1482de27..c86c56911 100644 --- a/application/views/file_plaintext/upload_error.php +++ b/application/views/file_plaintext/upload_error.php @@ -1,2 +1,2 @@ -An error occurred while uploading. Most likely your file is too big or has not been uploaded completely. +An error occurred while uploading. -- cgit v1.2.3-24-g4f1b