Make WordPress Core


Ignore:
Timestamp:
03/22/2022 04:23:32 PM (3 years ago)
Author:
audrasjb
Message:

Administration: Replace contracted verb forms for better consistency.

This changeset replaces contracted verb forms like doesn't, can't, or isn't with non-contracted forms like does not, cannot, or is not, for better consistency across the WordPress administration. It also updates some corresponding unit tests strings.

Props Presskopp, socalchristina, aandrewdixon, francina, SergeyBiryukov, JeffPaul, audrasjb, hellofromTonya.
Fixes #38913.
See #39176.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-customize-nav-menus.php

    r51885 r52978  
    11201120        <script type="text/html" id="tmpl-nav-menu-create-menu-section-title">
    11211121            <p class="add-new-menu-notice">
    1122                 <?php _e( 'It doesn&#8217;t look like your site has any menus yet. Want to build one? Click the button to start.' ); ?>
     1122                <?php _e( 'It does not look like your site has any menus yet. Want to build one? Click the button to start.' ); ?>
    11231123            </p>
    11241124            <p class="add-new-menu-notice">
Note: See TracChangeset for help on using the changeset viewer.