From 5c34b9c371ffe815b1e0d0c553711531fdfb9130 Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Tue, 8 Apr 2014 23:59:07 +0200 Subject: [PATCH] [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 --- phpBB/language/en/common.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 0', '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',