diff --git a/src/wp-includes/script-loader.php b/src/wp-includes/script-loader.php
index 7463b0de36..8da76ce073 100644
a
|
b
|
function wp_default_scripts( $scripts ) { |
883 | 883 | 'missing_upload_url' => __( 'There was a configuration error. Please contact the server administrator.' ), |
884 | 884 | 'upload_limit_exceeded' => __( 'You may only upload 1 file.' ), |
885 | 885 | 'http_error' => __( 'Unexpected response from the server. The file may have been uploaded successfully. Check in the Media Library or reload the page.' ), |
886 | | 'http_error_image' => __( 'Post-processing of the image failed likely because the server is busy or does not have enough resources. Uploading a smaller image may help. Suggested maximum size is 2500 pixels.' ), |
| 886 | 'http_error_image' => __( 'The server cannot process the image. This can happen if the server is busy or does not have enough resources to complete the task. Uploading a smaller image may help. Suggested maximum size is 2560 pixels.' ), |
887 | 887 | 'upload_failed' => __( 'Upload failed.' ), |
888 | 888 | /* translators: 1: Opening link tag, 2: Closing link tag. */ |
889 | 889 | 'big_upload_failed' => __( 'Please try uploading this file with the %1$sbrowser uploader%2$s.' ), |