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-audio.php

    r53131 r53136  
    4242                'missing_attachment'         => sprintf(
    4343                    /* translators: %s: URL to media library. */
    44                     __( 'That audio file can not be found. Check your <a href="%s">media library</a> and make sure it was not deleted.' ),
     44                    __( 'That audio file 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                ),
Note: See TracChangeset for help on using the changeset viewer.