Administration: Replace "can not" with "cannot" after [53131].
Follow-up to [53131], [52979]. See #46057, #38913 Built from https://develop.svn.wordpress.org/trunk@53132 git-svn-id: http://core.svn.wordpress.org/trunk@52721 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -994,7 +994,7 @@ function update_core( $from, $to ) {
|
||||
|
||||
return new WP_Error(
|
||||
'copy_failed_for_version_file',
|
||||
__( 'The update can not be installed because some files could not be copied. This is usually due to inconsistent file permissions.' ),
|
||||
__( 'The update cannot be installed because some files could not be copied. This is usually due to inconsistent file permissions.' ),
|
||||
'wp-includes/version.php'
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user