Make WordPress Core


Ignore:
Timestamp:
04/11/2022 12:06:15 PM (18 months 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.php

    r53131 r53136  
    7575            'missing_attachment'         => sprintf(
    7676                /* translators: %s: URL to media library. */
    77                 __( 'That file can not be found. Check your <a href="%s">media library</a> and make sure it was not deleted.' ),
     77                __( 'That file cannot be found. Check your <a href="%s">media library</a> and make sure it was not deleted.' ),
    7878                esc_url( admin_url( 'upload.php' ) )
    7979            ),
Note: See TracChangeset for help on using the changeset viewer.