Make WordPress Core

Changeset 53156


Ignore:
Timestamp:
04/12/2022 01:41:44 PM (3 years ago)
Author:
audrasjb
Message:

Administration: Clarify some sentences after [53131].

Props SergeyBiryukov, costdev, audrasjb.
Fixes #46057.

Location:
trunk/src/wp-admin
Files:
2 edited

Legend:

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

    r53131 r53156  
    191191    <p>
    192192        <?php _e( 'After your Privacy Policy page is set, you should edit it.' ); ?>
    193         <?php _e( 'It is also suggested that you should review 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.' ); ?>
     193        <?php _e( 'You should also review 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.' ); ?>
    194194    </p>
    195195    <p>
  • trunk/src/wp-admin/setup-config.php

    r53148 r53156  
    159159        ?>
    160160<h1 class="screen-reader-text"><?php _e( 'Before getting started' ); ?></h1>
    161 <p><?php _e( 'Welcome to WordPress. Before getting started, some information on the database is needed. You will need to know the following items before proceeding.' ); ?></p>
     161<p><?php _e( 'Welcome to WordPress. Before getting started, you will need to know the following items.' ); ?></p>
    162162<ol>
    163163    <li><?php _e( 'Database name' ); ?></li>
Note: See TracChangeset for help on using the changeset viewer.