Make WordPress Core


Ignore:
Timestamp:
09/03/2019 12:39:13 AM (7 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/twentyseventeen/comments.php

    r44496 r45932  
    3434                        $comments_number = get_comments_number();
    3535                        if ( '1' === $comments_number ) {
    36                                 /* translators: %s: post title */
     36                                /* translators: %s: Post title. */
    3737                                printf( _x( 'One Reply to “%s”', 'comments title', 'twentyseventeen' ), get_the_title() );
    3838                        } else {
    3939                                printf(
    40                                         /* translators: 1: number of comments, 2: post title */
     40                                        /* translators: 1: Number of comments, 2: Post title. */
    4141                                        _nx(
    4242                                                '%1$s Reply to “%2$s”',
Note: See TracChangeset for help on using the changeset viewer.