Make WordPress Core


Ignore:
Timestamp:
04/11/2022 12:06:15 PM (3 years ago)
Author:
audrasjb
Message:

Administration: Replace "can not" with "cannot" after [53131].

Follow-up to [53132], [53131], [52979].

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/widgets/class-wp-widget-media-video.php

    r53131 r53136  
    4242                'missing_attachment'         => sprintf(
    4343                    /* translators: %s: URL to media library. */
    44                     __( 'That video can not be found. Check your <a href="%s">media library</a> and make sure it was not deleted.' ),
     44                    __( 'That video cannot be found. Check your <a href="%s">media library</a> and make sure it was not deleted.' ),
    4545                    esc_url( admin_url( 'upload.php' ) )
    4646                ),
     
    4949                'media_library_state_single' => __( 'Video Widget' ),
    5050                /* translators: %s: A list of valid video file extensions. */
    51                 'unsupported_file_type'      => sprintf( __( 'Sorry, the video at the supplied URL can not be loaded. Please check that the URL is for a supported video file (%s) or stream (e.g. YouTube and Vimeo).' ), '<code>.' . implode( '</code>, <code>.', wp_get_video_extensions() ) . '</code>' ),
     51                'unsupported_file_type'      => sprintf( __( 'Sorry, the video at the supplied URL cannot be loaded. Please check that the URL is for a supported video file (%s) or stream (e.g. YouTube and Vimeo).' ), '<code>.' . implode( '</code>, <code>.', wp_get_video_extensions() ) . '</code>' ),
    5252            )
    5353        );
Note: See TracChangeset for help on using the changeset viewer.