Make WordPress Core


Ignore:
Timestamp:
07/14/2022 02:08:21 PM (3 years ago)
Author:
SergeyBiryukov
Message:

Text Changes: Improve consistency of punctuation in some strings.

  • Move the colon inside the <strong> tags in some Error: prefixes, to match other strings.
  • Move the full stop at the end of some sentences outside of the <strong> tags used for individual phrases.

Follow-up to [11669], [23844], [53118], [53458], [53476].

Props NekoJonez, Presskopp.
Fixes #56027.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/update-core.php

    r53426 r53700  
    186186        echo '<p class="hint">' . sprintf(
    187187            /* translators: %s: WordPress version. */
    188             __( 'You are about to install WordPress %s <strong>in English (US).</strong> There is a chance this update will break your translation. You may prefer to wait for the localized version to be released.' ),
     188            __( 'You are about to install WordPress %s <strong>in English (US)</strong>. There is a chance this update will break your translation. You may prefer to wait for the localized version to be released.' ),
    189189            'development' !== $update->response ? $update->current : ''
    190190        ) . '</p>';
Note: See TracChangeset for help on using the changeset viewer.