diff options
| author | Greg Roach <fisharebest@gmail.com> | 2015-01-29 23:23:47 +0000 |
|---|---|---|
| committer | Greg Roach <fisharebest@gmail.com> | 2015-01-29 23:24:07 +0000 |
| commit | e72070c1ab26850d463ccbd20db6fa0c30d1481c (patch) | |
| tree | 7030768e7c8c0149ffffd9418625aa8a44a0f150 /includes | |
| parent | f2773a88f0e615dd3ec1dcdf8c1a564755862fac (diff) | |
| download | webtrees-e72070c1ab26850d463ccbd20db6fa0c30d1481c.tar.gz webtrees-e72070c1ab26850d463ccbd20db6fa0c30d1481c.tar.bz2 webtrees-e72070c1ab26850d463ccbd20db6fa0c30d1481c.zip | |
Quotation marks
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 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'); |
