diff options
| -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',  | 
