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-signup.php

    r51930 r52978  
    374374    <?php } ?>
    375375
    376     <p><?php _e( 'If you&#8217;re not going to use a great site domain, leave it for a new user. Now have at it!' ); ?></p>
     376    <p><?php _e( 'If you are not going to use a great site domain, leave it for a new user. Now have at it!' ); ?></p>
    377377    <form id="setupform" method="post" action="wp-signup.php">
    378378        <input type="hidden" name="stage" value="gimmeanotherblog" />
     
    843843    <h2><?php _e( 'Still waiting for your email?' ); ?></h2>
    844844    <p>
    845         <?php _e( 'If you haven&#8217;t received your email yet, there are a number of things you can do:' ); ?>
     845        <?php _e( 'If you have not received your email yet, there are a number of things you can do:' ); ?>
    846846        <ul id="noemail-tips">
    847847            <li><p><strong><?php _e( 'Wait a little longer. Sometimes delivery of email can be delayed by processes outside of our control.' ); ?></strong></p></li>
Note: See TracChangeset for help on using the changeset viewer.