diff options
Diffstat (limited to 'phpBB/language/en/acp/language.php')
-rw-r--r-- | phpBB/language/en/acp/language.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/language/en/acp/language.php b/phpBB/language/en/acp/language.php index eaad88a9f7..4c60fdc116 100644 --- a/phpBB/language/en/acp/language.php +++ b/phpBB/language/en/acp/language.php @@ -87,6 +87,7 @@ $lang = array_merge($lang, array( 'UNABLE_TO_WRITE_FILE' => 'The file could not be written to %s.', 'UPLOAD_COMPLETED' => 'The upload was completed successfully.', + 'UPLOAD_FAILED' => 'The upload failed for unkown reasons. You may need to replace the relevant file manually.', 'UPLOAD_METHOD' => 'Upload method', 'UPLOAD_SETTINGS' => 'Upload settings', |