summaryrefslogtreecommitdiff
path: root/includes/functions/functions.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/functions/functions.php')
-rw-r--r--includes/functions/functions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/functions/functions.php b/includes/functions/functions.php
index dd788ab4ba..be301af48a 100644
--- a/includes/functions/functions.php
+++ b/includes/functions/functions.php
@@ -73,7 +73,7 @@ function file_upload_error_text($error_code) {
return WT_I18N::translate('No file was received. Please upload again.');
case UPLOAD_ERR_NO_TMP_DIR:
// I18N: PHP internal error message - php.net/manual/en/features.file-upload.errors.php
- return WT_I18N::translate('Missing PHP temporary directory');
+ return WT_I18N::translate('nnMissing PHP temporary folder');
case UPLOAD_ERR_CANT_WRITE:
// I18N: PHP internal error message - php.net/manual/en/features.file-upload.errors.php
return WT_I18N::translate('PHP failed to write to disk');