diff options
| author | Greg Roach <fisharebest@gmail.com> | 2015-02-01 08:35:38 +0000 |
|---|---|---|
| committer | Greg Roach <fisharebest@gmail.com> | 2015-02-01 08:35:38 +0000 |
| commit | ac0cd9cdc6b6b8d7aff37f624dad690592909c1a (patch) | |
| tree | c63dfc927209b9de720ca4d05155fd1ef870d8e7 /includes | |
| parent | a458ec880815b7220e4d5582c94d008072a9b7fa (diff) | |
| download | webtrees-ac0cd9cdc6b6b8d7aff37f624dad690592909c1a.tar.gz webtrees-ac0cd9cdc6b6b8d7aff37f624dad690592909c1a.tar.bz2 webtrees-ac0cd9cdc6b6b8d7aff37f624dad690592909c1a.zip | |
Fix #405 - typos
Diffstat (limited to 'includes')
| -rw-r--r-- | includes/functions/functions.php | 2 |
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'); |
