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/class-wp-upgrader.php

    r53131 r53132  
    163163        $this->strings['mkdir_failed']         = __( 'Could not create directory.' );
    164164        $this->strings['incompatible_archive'] = __( 'The package could not be installed.' );
    165         $this->strings['files_not_writable']   = __( 'The update can not be installed because some files could not be copied. This is usually due to inconsistent file permissions.' );
     165        $this->strings['files_not_writable']   = __( 'The update cannot be installed because some files could not be copied. This is usually due to inconsistent file permissions.' );
    166166
    167167        $this->strings['maintenance_start'] = __( 'Enabling Maintenance mode…' );
Note: See TracChangeset for help on using the changeset viewer.