Make WordPress Core

Changeset 43513 for trunk


Ignore:
Timestamp:
07/19/2018 08:13:29 PM (6 years ago)
Author:
SergeyBiryukov
Message:

Privacy: Improve grammar on Privacy Settings screen.

Props ianbelanger, garrett-eclipse.
Fixes #44612.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/privacy.php

    r43508 r43513  
    7373                'page_for_privacy_policy',
    7474                'page_for_privacy_policy',
    75                 __( 'Unable to create Privacy Policy page.' ),
     75                __( 'Unable to create a Privacy Policy page.' ),
    7676                'error'
    7777            );
     
    9797            'page_for_privacy_policy',
    9898            'page_for_privacy_policy',
    99             __( 'The currently selected Privacy Policy page does not exist. Please create or select new page.' ),
     99            __( 'The currently selected Privacy Policy page does not exist. Please create or select a new page.' ),
    100100            'error'
    101101        );
     
    107107                sprintf(
    108108                    /* translators: URL to Pages Trash */
    109                     __( 'The currently selected Privacy Policy page is in the trash. Please create or select new Privacy Policy page or <a href="%s">restore the current page</a>.' ),
     109                    __( 'The currently selected Privacy Policy page is in the trash. Please create or select a new Privacy Policy page or <a href="%s">restore the current page</a>.' ),
    110110                    'edit.php?post_status=trash&post_type=page'
    111111                ),
Note: See TracChangeset for help on using the changeset viewer.