From ac0cd9cdc6b6b8d7aff37f624dad690592909c1a Mon Sep 17 00:00:00 2001 From: Greg Roach Date: Sun, 1 Feb 2015 08:35:38 +0000 Subject: Fix #405 - typos --- includes/functions/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes') 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'); -- cgit v1.3