Skip to content

Commit fc97814

Browse files
committed
This error message should have a period.
git-svn-id: https://develop.svn.wordpress.org/trunk@25656 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 49e7cf1 commit fc97814

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/wp-admin/includes/class-wp-upgrader.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1225,7 +1225,7 @@ function upgrade_strings() {
12251225
$this->strings['copy_failed'] = __('Could not copy files.');
12261226
$this->strings['copy_failed_space'] = __('Could not copy files. You may have run out of disk space.' );
12271227
$this->strings['start_rollback'] = __( 'Attempting to roll back to previous version.' );
1228-
$this->strings['rollback_was_required'] = __( 'Due to an error during updating, WordPress has rolled back to your previous version' );
1228+
$this->strings['rollback_was_required'] = __( 'Due to an error during updating, WordPress has rolled back to your previous version.' );
12291229
}
12301230

12311231
function upgrade( $current, $args = array() ) {

0 commit comments

Comments
 (0)