diff --git a/app/View/Composers/Comments.php b/app/View/Composers/Comments.php index 8a82f0f5dc..9a41764455 100644 --- a/app/View/Composers/Comments.php +++ b/app/View/Composers/Comments.php @@ -39,8 +39,8 @@ public function with() */ public function title() { - /* translators: %1$s is replaced with the number of comments and %2$s with the post title */ return sprintf( + /* translators: %1$s is replaced with the number of comments and %2$s with the post title */ _nx('%1$s response to “%2$s”', '%1$s responses to “%2$s”', get_comments_number(), 'comments title', 'sage'), get_comments_number() === 1 ? _x('One', 'comments title', 'sage') : number_format_i18n(get_comments_number()), ''.get_the_title().''