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/edit-form-advanced.php

    r50693 r52978  
    298298    $title_and_editor .= '<p>' . sprintf(
    299299        /* translators: %s: Alt + F10 */
    300         __( 'Keyboard users: When you&#8217;re working in the visual editor, you can use %s to access the toolbar.' ),
     300        __( 'Keyboard users: When you are working in the visual editor, you can use %s to access the toolbar.' ),
    301301        '<kbd>Alt + F10</kbd>'
    302302    ) . '</p>';
     
    448448<?php endif; ?>
    449449<div id="lost-connection-notice" class="error hidden">
    450     <p><span class="spinner"></span> <?php _e( '<strong>Connection lost.</strong> Saving has been disabled until you&#8217;re reconnected.' ); ?>
    451     <span class="hide-if-no-sessionstorage"><?php _e( 'We&#8217;re backing up this post in your browser, just in case.' ); ?></span>
     450    <p><span class="spinner"></span> <?php _e( '<strong>Connection lost.</strong> Saving has been disabled until you are reconnected.' ); ?>
     451    <span class="hide-if-no-sessionstorage"><?php _e( 'We are backing up this post in your browser, just in case.' ); ?></span>
    452452    </p>
    453453</div>
Note: See TracChangeset for help on using the changeset viewer.