diff --git a/wp-admin/update-core.php b/wp-admin/update-core.php
index 84547f9ed20..118465aca66 100644
a
|
b
|
function core_upgrade_preamble() { |
274 | 274 | echo '</ul>'; |
275 | 275 | // Don't show the maintenance mode notice when we are only showing a single re-install option. |
276 | 276 | 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>'; |
278 | 278 | } elseif ( ! $updates ) { |
279 | 279 | list( $normalized_version ) = explode( '-', $wp_version ); |
280 | 280 | echo '<p>' . sprintf( |