Make WordPress Core

Ticket #43933: 43933.patch

File 43933.patch, 2.3 KB (added by macbookandrew, 7 years ago)

Tweaks existing text for clarity

  • src/wp-admin/privacy.php

     
    128128        <h2><?php _e( 'Privacy Policy page' ); ?></h2>
    129129        <p>
    130130                <?php _e( 'As a website owner, you may need to follow national or international privacy laws. For example, you may need to create and display a privacy policy.' ); ?>
    131                 <?php _e( 'If you already have a privacy policy page, please select it below. If not, create one.' ); ?>
     131                <?php _e( 'If you already have a privacy policy page, please select it below. If not, please create one.' ); ?>
    132132        </p>
    133133        <p>
    134134                <?php _e( 'The new page will include help and suggestions for your privacy policy.' ); ?>
     
    135135                <?php _e( 'However, it is your responsibility to use those resources correctly, to provide the information that your privacy policy requires, and to keep that information current and accurate.' ); ?>
    136136        </p>
    137137        <p>
    138                 <?php _e( 'After your privacy policy page is set, we suggest that you edit it. On the edit page screen you will find additional privacy information added by your themes and plugins.' ); ?>
    139                 <?php _e( 'We would also suggest reviewing your privacy policy from time to time, especially after an update. There may be changes or new suggested information for you to consider adding to your policy.' ); ?>
     138                <?php _e( 'After your privacy policy page is set, we suggest that you edit it. On the edit page screen, you will find additional privacy information added by your themes and plugins.' ); ?>
     139                <?php _e( 'We would also suggest reviewing your privacy policy from time to time, especially after installing or updating any themes or plugins. There may be changes or new suggested information for you to consider adding to your policy.' ); ?>
    140140        </p>
    141141        <?php
    142142        if ( $privacy_policy_page_exists ) {
     
    201201                                <form method="post" action="">
    202202                                        <input type="hidden" name="action" value="create-privacy-page" />
    203203                                        <span>
    204                                                 <?php _e( 'Or create a new page:' ); ?> 
     204                                                <?php _e( 'Or create a new page:' ); ?>
    205205                                        </span>
    206206                                        <?php
    207207                                        wp_nonce_field( 'create-privacy-page' );
    208        
     208
    209209                                        submit_button( __( 'Create New Page' ), 'primary', 'submit', false, array( 'id' => 'create-page' ) );
    210210                                        ?>
    211211                                </form>