Make WordPress Core


Ignore:
Timestamp:
04/11/2022 11:48:58 AM (3 years ago)
Author:
audrasjb
Message:

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

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

See #46057, #38913

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/update-core.php

    r53131 r53132  
    995995        return new WP_Error(
    996996            'copy_failed_for_version_file',
    997             __( 'The update can not be installed because some files could not be copied. This is usually due to inconsistent file permissions.' ),
     997            __( 'The update cannot be installed because some files could not be copied. This is usually due to inconsistent file permissions.' ),
    998998            'wp-includes/version.php'
    999999        );
Note: See TracChangeset for help on using the changeset viewer.