This error message should have a period.
Built from https://develop.svn.wordpress.org/trunk@25656 git-svn-id: http://core.svn.wordpress.org/trunk@25573 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
32376e99be
commit
bc842ab011
|
@ -1225,7 +1225,7 @@ class Core_Upgrader extends WP_Upgrader {
|
|||
$this->strings['copy_failed'] = __('Could not copy files.');
|
||||
$this->strings['copy_failed_space'] = __('Could not copy files. You may have run out of disk space.' );
|
||||
$this->strings['start_rollback'] = __( 'Attempting to roll back to previous version.' );
|
||||
$this->strings['rollback_was_required'] = __( 'Due to an error during updating, WordPress has rolled back to your previous version' );
|
||||
$this->strings['rollback_was_required'] = __( 'Due to an error during updating, WordPress has rolled back to your previous version.' );
|
||||
}
|
||||
|
||||
function upgrade( $current, $args = array() ) {
|
||||
|
|
Loading…
Reference in New Issue