mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
Merge remote-tracking branch 'marc1706/ticket/10687' into develop-olympus
* marc1706/ticket/10687: [ticket/10687] Improve error message if unable to get image dimensions
This commit is contained in:
commit
e64c2326bd
1 changed files with 1 additions and 1 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Reference in a new issue