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-admin/themes.php

    r52949 r52978  
    410410                    printf(
    411411                        /* translators: %s: Theme name. */
    412                         __( 'There is a new version of %s available, but it doesn’t work with your versions of WordPress and PHP.' ),
     412                        __( 'There is a new version of %s available, but it does not work with your versions of WordPress and PHP.' ),
    413413                        $theme['name']
    414414                    );
     
    438438                    printf(
    439439                        /* translators: %s: Theme name. */
    440                         __( 'There is a new version of %s available, but it doesn’t work with your version of WordPress.' ),
     440                        __( 'There is a new version of %s available, but it does not work with your version of WordPress.' ),
    441441                        $theme['name']
    442442                    );
     
    451451                    printf(
    452452                        /* translators: %s: Theme name. */
    453                         __( 'There is a new version of %s available, but it doesn’t work with your version of PHP.' ),
     453                        __( 'There is a new version of %s available, but it does not work with your version of PHP.' ),
    454454                        $theme['name']
    455455                    );
     
    472472        echo '<div class="notice inline notice-error notice-alt"><p>';
    473473        if ( ! $theme['compatibleWP'] && ! $theme['compatiblePHP'] ) {
    474             _e( 'This theme doesn&#8217;t work with your versions of WordPress and PHP.' );
     474            _e( 'This theme does not work with your versions of WordPress and PHP.' );
    475475            if ( current_user_can( 'update_core' ) && current_user_can( 'update_php' ) ) {
    476476                printf(
     
    496496            }
    497497        } elseif ( ! $theme['compatibleWP'] ) {
    498             _e( 'This theme doesn&#8217;t work with your version of WordPress.' );
     498            _e( 'This theme does not work with your version of WordPress.' );
    499499            if ( current_user_can( 'update_core' ) ) {
    500500                printf(
     
    505505            }
    506506        } elseif ( ! $theme['compatiblePHP'] ) {
    507             _e( 'This theme doesn&#8217;t work with your version of PHP.' );
     507            _e( 'This theme does not work with your version of PHP.' );
    508508            if ( current_user_can( 'update_php' ) ) {
    509509                printf(
     
    761761                    printf(
    762762                        /* translators: %s: Theme name. */
    763                         __( 'There is a new version of %s available, but it doesn&#8217;t work with your versions of WordPress and PHP.' ),
     763                        __( 'There is a new version of %s available, but it does not work with your versions of WordPress and PHP.' ),
    764764                        '{{{ data.name }}}'
    765765                    );
     
    791791                    printf(
    792792                        /* translators: %s: Theme name. */
    793                         __( 'There is a new version of %s available, but it doesn&#8217;t work with your version of WordPress.' ),
     793                        __( 'There is a new version of %s available, but it does not work with your version of WordPress.' ),
    794794                        '{{{ data.name }}}'
    795795                    );
     
    806806                    printf(
    807807                        /* translators: %s: Theme name. */
    808                         __( 'There is a new version of %s available, but it doesn&#8217;t work with your version of PHP.' ),
     808                        __( 'There is a new version of %s available, but it does not work with your version of PHP.' ),
    809809                        '{{{ data.name }}}'
    810810                    );
     
    827827            <# if ( ! data.compatibleWP && ! data.compatiblePHP ) { #>
    828828                <?php
    829                 _e( 'This theme doesn&#8217;t work with your versions of WordPress and PHP.' );
     829                _e( 'This theme does not work with your versions of WordPress and PHP.' );
    830830                if ( current_user_can( 'update_core' ) && current_user_can( 'update_php' ) ) {
    831831                    printf(
     
    853853            <# } else if ( ! data.compatibleWP ) { #>
    854854                <?php
    855                 _e( 'This theme doesn&#8217;t work with your version of WordPress.' );
     855                _e( 'This theme does not work with your version of WordPress.' );
    856856                if ( current_user_can( 'update_core' ) ) {
    857857                    printf(
     
    864864            <# } else if ( ! data.compatiblePHP ) { #>
    865865                <?php
    866                 _e( 'This theme doesn&#8217;t work with your version of PHP.' );
     866                _e( 'This theme does not work with your version of PHP.' );
    867867                if ( current_user_can( 'update_php' ) ) {
    868868                    printf(
     
    975975                        <# if ( ! data.compatibleWP && ! data.compatiblePHP ) { #>
    976976                            <?php
    977                             _e( 'This theme doesn&#8217;t work with your versions of WordPress and PHP.' );
     977                            _e( 'This theme does not work with your versions of WordPress and PHP.' );
    978978                            if ( current_user_can( 'update_core' ) && current_user_can( 'update_php' ) ) {
    979979                                printf(
     
    10011001                        <# } else if ( ! data.compatibleWP ) { #>
    10021002                            <?php
    1003                             _e( 'This theme doesn&#8217;t work with your version of WordPress.' );
     1003                            _e( 'This theme does not work with your version of WordPress.' );
    10041004                            if ( current_user_can( 'update_core' ) ) {
    10051005                                printf(
     
    10121012                        <# } else if ( ! data.compatiblePHP ) { #>
    10131013                            <?php
    1014                             _e( 'This theme doesn&#8217;t work with your version of PHP.' );
     1014                            _e( 'This theme does not work with your version of PHP.' );
    10151015                            if ( current_user_can( 'update_php' ) ) {
    10161016                                printf(
     
    10401040                                    printf(
    10411041                                        /* translators: %s: Theme name. */
    1042                                         __( 'There is a new version of %s available, but it doesn&#8217;t work with your versions of WordPress and PHP.' ),
     1042                                        __( 'There is a new version of %s available, but it does not work with your versions of WordPress and PHP.' ),
    10431043                                        '{{{ data.name }}}'
    10441044                                    );
     
    10701070                                    printf(
    10711071                                        /* translators: %s: Theme name. */
    1072                                         __( 'There is a new version of %s available, but it doesn&#8217;t work with your version of WordPress.' ),
     1072                                        __( 'There is a new version of %s available, but it does not work with your version of WordPress.' ),
    10731073                                        '{{{ data.name }}}'
    10741074                                    );
     
    10851085                                    printf(
    10861086                                        /* translators: %s: Theme name. */
    1087                                         __( 'There is a new version of %s available, but it doesn&#8217;t work with your version of PHP.' ),
     1087                                        __( 'There is a new version of %s available, but it does not work with your version of PHP.' ),
    10881088                                        '{{{ data.name }}}'
    10891089                                    );
Note: See TracChangeset for help on using the changeset viewer.