Make WordPress Core


Ignore:
Timestamp:
09/03/2019 12:39:13 AM (5 years ago)
Author:
SergeyBiryukov
Message:

I18N: Capitalize translator comments consistently, add trailing punctuation.

Includes minor code layout fixes.

See #44360.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentyfourteen/comments.php

    r43571 r45932  
    2727            $comments_number = get_comments_number();
    2828        if ( '1' === $comments_number ) {
    29             /* translators: %s: post title */
     29            /* translators: %s: Post title. */
    3030            printf( _x( 'One thought on “%s”', 'comments title', 'twentyfourteen' ), get_the_title() );
    3131        } else {
    3232            printf(
    33                 /* translators: 1: number of comments, 2: post title */
     33                /* translators: 1: Number of comments, 2: Post title. */
    3434                _nx(
    3535                    '%1$s thought on “%2$s”',
Note: See TracChangeset for help on using the changeset viewer.