summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
Diffstat (limited to 'includes')
-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 be301af48a..1fe07da375 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('nnMissing PHP temporary folder');
+ return WT_I18N::translate('Missing 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');