Make WordPress Core

Ticket #51774: 51774.diff

File 51774.diff, 835 bytes (added by afragen, 5 years ago)
  • wp-admin/update-core.php

    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 ) { 
    6666        } else {
    6767                if ( $current ) {
    6868                        /* 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 );
    7172                        $form_action = 'update-core.php?action=do-core-reinstall';
    7273                } else {
    7374                        $php_compat = version_compare( $php_version, $update->php_version, '>=' );