diff options
author | Marc Alexander <admin@m-a-styles.de> | 2014-04-08 23:59:07 +0200 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2014-04-09 14:55:49 +0200 |
commit | 5c34b9c371ffe815b1e0d0c553711531fdfb9130 (patch) | |
tree | a44a5c2e0243e00b5db4af03bfada768e48f69ef /phpBB | |
parent | 8920ca5d438aafcede84b4e96381d93647b2d6cc (diff) | |
download | forums-5c34b9c371ffe815b1e0d0c553711531fdfb9130.tar forums-5c34b9c371ffe815b1e0d0c553711531fdfb9130.tar.gz forums-5c34b9c371ffe815b1e0d0c553711531fdfb9130.tar.bz2 forums-5c34b9c371ffe815b1e0d0c553711531fdfb9130.tar.xz forums-5c34b9c371ffe815b1e0d0c553711531fdfb9130.zip |
[ticket/10687] Improve error message if unable to get image dimensions
The error message that is presented if getimagesize() was unable to determine
an image's dimensions now additionally states that this might be caused by an
incorrect URL.
PHPBB3-10687
Diffstat (limited to 'phpBB')
-rw-r--r-- | phpBB/language/en/common.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/language/en/common.php b/phpBB/language/en/common.php index 62c18c109c..0bf48eb841 100644 --- a/phpBB/language/en/common.php +++ b/phpBB/language/en/common.php @@ -654,7 +654,7 @@ $lang = array_merge($lang, array( 'TOTAL_USERS_ZERO' => 'Total members <strong>0</strong>', 'TRACKED_PHP_ERROR' => 'Tracked PHP errors: %s', - 'UNABLE_GET_IMAGE_SIZE' => 'It was not possible to determine the dimensions of the image.', + 'UNABLE_GET_IMAGE_SIZE' => 'It was not possible to determine the dimensions of the image. Please verify that the URL you entered is correct.', 'UNABLE_TO_DELIVER_FILE'=> 'Unable to deliver file.', 'UNKNOWN_BROWSER' => 'Unknown browser', 'UNMARK_ALL' => 'Unmark all', |