diff options
| author | Cesar G <prototech91@gmail.com> | 2014-04-10 17:42:14 -0700 | 
|---|---|---|
| committer | Cesar G <prototech91@gmail.com> | 2014-04-10 17:42:14 -0700 | 
| commit | e64c2326bdf36ac071f07881d4ca5aba202e6249 (patch) | |
| tree | a1d9d9bdf6380ef12c6b0129f2cdc9d438f51cd0 | |
| parent | 7d54fbd31ac37140a6f7c9644bbc20fad151b6ed (diff) | |
| parent | 5c34b9c371ffe815b1e0d0c553711531fdfb9130 (diff) | |
| download | forums-e64c2326bdf36ac071f07881d4ca5aba202e6249.tar forums-e64c2326bdf36ac071f07881d4ca5aba202e6249.tar.gz forums-e64c2326bdf36ac071f07881d4ca5aba202e6249.tar.bz2 forums-e64c2326bdf36ac071f07881d4ca5aba202e6249.tar.xz forums-e64c2326bdf36ac071f07881d4ca5aba202e6249.zip  | |
Merge remote-tracking branch 'marc1706/ticket/10687' into develop-olympus
* marc1706/ticket/10687:
  [ticket/10687] Improve error message if unable to get image dimensions
| -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',  | 
