diff options
Diffstat (limited to 'application/views')
-rw-r--r-- | application/views/file/upload_error.php | 4 | ||||
-rw-r--r-- | application/views/file_plaintext/upload_error.php | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/application/views/file/upload_error.php b/application/views/file/upload_error.php index e757b58c1..606110d83 100644 --- a/application/views/file/upload_error.php +++ b/application/views/file/upload_error.php @@ -1,6 +1,6 @@ <div style="text-align:center"> <p> - An error occured while uploading.<br /> - Most likely your file is too big. + An error occurred while uploading.<br /> + Most likely your file is too big or has not been uploaded completely. </p> </div> diff --git a/application/views/file_plaintext/upload_error.php b/application/views/file_plaintext/upload_error.php index 8386b871b..c1482de27 100644 --- a/application/views/file_plaintext/upload_error.php +++ b/application/views/file_plaintext/upload_error.php @@ -1,2 +1,2 @@ -An error occured while uploading. Most likely your file is too big. +An error occurred while uploading. Most likely your file is too big or has not been uploaded completely. |