diff options
Diffstat (limited to 'themes/twentysixteen/comments.php')
-rw-r--r-- | themes/twentysixteen/comments.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/twentysixteen/comments.php b/themes/twentysixteen/comments.php index a0a29d57..086ecbe0 100644 --- a/themes/twentysixteen/comments.php +++ b/themes/twentysixteen/comments.php @@ -27,11 +27,11 @@ if ( post_password_required() ) { <?php $comments_number = get_comments_number(); if ( '1' === $comments_number ) { - /* translators: %s: post title */ + /* translators: %s: Post title. */ printf( _x( 'One thought on “%s”', 'comments title', 'twentysixteen' ), get_the_title() ); } else { printf( - /* translators: 1: number of comments, 2: post title */ + /* translators: 1: Number of comments, 2: Post title. */ _nx( '%1$s thought on “%2$s”', '%1$s thoughts on “%2$s”', |