Make WordPress Core

Ticket #50907: 50907.4.diff

File 50907.4.diff, 629 bytes (added by aaroncampbell, 4 years ago)

Recommended copy change

  • wp-admin/update-core.php

     
    368368                <p>
    369369                        <input type="checkbox" name="core-auto-updates-major" id="core-auto-updates-major" value="1" <?php checked( $auto_update_settings['major'], 1 ); ?> />
    370370                        <label for="core-auto-updates-major">
    371                                 <?php _e( 'Keep my site up-to-date with regular feature updates (major versions).' ); ?>
     371                                <?php _e( 'Automatically keep my site up-to-date with regular feature updates.' ); ?>
    372372                        </label>
    373373                </p>
    374374                <?php