Make WordPress Core

Ticket #53985: 53985.1.diff

File 53985.1.diff, 1.3 KB (added by hellofromTonya, 3 years ago)

Rewords per copy review (see comment 14)

  • src/wp-includes/script-loader.php

    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 ) { 
    883883                'missing_upload_url'        => __( 'There was a configuration error. Please contact the server administrator.' ),
    884884                'upload_limit_exceeded'     => __( 'You may only upload 1 file.' ),
    885885                '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.' ),
    887887                'upload_failed'             => __( 'Upload failed.' ),
    888888                /* translators: 1: Opening link tag, 2: Closing link tag. */
    889889                'big_upload_failed'         => __( 'Please try uploading this file with the %1$sbrowser uploader%2$s.' ),