diff --git a/wp-admin/update-core.php b/wp-admin/update-core.php
index 5a4a8d369f..149cbbc391 100644
|
a
|
b
|
function list_core_update( $update ) { |
| 66 | 66 | } else { |
| 67 | 67 | if ( $current ) { |
| 68 | 68 | /* translators: %s: WordPress version. */ |
| 69 | | $message = sprintf( __( 'If you need to re-install version %s, you can do so here:' ), $version_string ); |
| 70 | | $submit = __( 'Re-install Now' ); |
| | 69 | $message = sprintf( __( 'If you need to re-install version %s, you can do so here:' ), $version_string ); |
| | 70 | /* translators: %s: WordPress version. */ |
| | 71 | $submit = sprintf( __( 'Re-install %s' ), $version_string ); |
| 71 | 72 | $form_action = 'update-core.php?action=do-core-reinstall'; |
| 72 | 73 | } else { |
| 73 | 74 | $php_compat = version_compare( $php_version, $update->php_version, '>=' ); |