Make WordPress Core

Ticket #50549: 50549-2.diff

File 50549-2.diff, 870 bytes (added by dartiss, 5 years ago)
  • wp-admin/update-core.php

    diff --git a/wp-admin/update-core.php b/wp-admin/update-core.php
    index 84547f9ed20..118465aca66 100644
    a b function core_upgrade_preamble() { 
    274274        echo '</ul>';
    275275        // Don't show the maintenance mode notice when we are only showing a single re-install option.
    276276        if ( $updates && ( count( $updates ) > 1 || 'latest' !== $updates[0]->response ) ) {
    277                 echo '<p>' . __( 'While your site is being updated, it will be in maintenance mode. As soon as your updates are complete, your site will return to normal.' ) . '</p>';
     277                echo '<p>' . __( 'While your site is being updated, it will be in maintenance mode. As soon as your updates are complete, this will be deactivated.' ) . '</p>';
    278278        } elseif ( ! $updates ) {
    279279                list( $normalized_version ) = explode( '-', $wp_version );
    280280                echo '<p>' . sprintf(