Make WordPress Core

Changeset 43134


Ignore:
Timestamp:
05/03/2018 05:30:36 AM (6 years ago)
Author:
SergeyBiryukov
Message:

Privacy: Uncapitalize "privacy policy" when used in a sentence.

In these contexts, "privacy policy" is not a proper noun, and therefore should not be capitalized.

The remaining uses are page titles and section headers, where capitalization is appropriate.

Props idea15, garrett-eclipse, allendav.
Merges [43132] to the 4.9 branch.
Fixes #43435.

Location:
branches/4.9
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/4.9

  • branches/4.9/src/wp-admin/privacy.php

    r43133 r43134  
    6161                sprintf(
    6262                    /* translators: %s: URL to edit Privacy Policy page */
    63                     __( 'Your Privacy Policy page created successfully. You&#8217;ll want to <a href="%s">review and edit your policy</a> next.' ),
     63                    __( 'Your privacy policy page created successfully. You&#8217;ll want to <a href="%s">review and edit your policy</a> next.' ),
    6464                    'post.php?post=' . $privacy_policy_page_id . '&action=edit'
    6565                ),
     
    123123    <p>
    124124        <?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.' ); ?>
    125         <?php _e( 'If you already have a Privacy Policy page, please select it below. If not, create one.' ); ?>
     125        <?php _e( 'If you already have a privacy policy page, please select it below. If not, create one.' ); ?>
    126126    </p>
    127127    <p>
     
    130130    </p>
    131131    <p>
    132         <?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.' ); ?>
     132        <?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.' ); ?>
    133133        <?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.' ); ?>
    134134    </p>
Note: See TracChangeset for help on using the changeset viewer.