mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
Merge branch 'develop-ascraeus' into develop
* develop-ascraeus: [ticket/10687] Improve error message if unable to get image dimensions
This commit is contained in:
commit
6b1f0f58c8
1 changed files with 1 additions and 1 deletions
|
@ -758,7 +758,7 @@ $lang = array_merge($lang, array(
|
||||||
),
|
),
|
||||||
'TRACKED_PHP_ERROR' => 'Tracked PHP errors: %s',
|
'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.',
|
'UNABLE_TO_DELIVER_FILE'=> 'Unable to deliver file.',
|
||||||
'UNKNOWN_BROWSER' => 'Unknown browser',
|
'UNKNOWN_BROWSER' => 'Unknown browser',
|
||||||
'UNMARK_ALL' => 'Unmark all',
|
'UNMARK_ALL' => 'Unmark all',
|
||||||
|
|
Loading…
Add table
Reference in a new issue