This error message should have a period.

git-svn-id: https://develop.svn.wordpress.org/trunk@25656 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin 2013-10-02 17:44:09 +00:00
parent 49e7cf1a30
commit fc97814a23
1 changed files with 1 additions and 1 deletions

View File

@ -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() ) {