diff --git a/src/wp-content/themes/twentynineteen/single.php b/src/wp-content/themes/twentynineteen/single.php
index 14a8ac5b54..2760bc45b7 100644
--- a/src/wp-content/themes/twentynineteen/single.php
+++ b/src/wp-content/themes/twentynineteen/single.php
@@ -27,8 +27,7 @@ get_header();
// Parent post navigation.
the_post_navigation(
array(
- /* translators: %s: Parent post link. */
- 'prev_text' => sprintf( __( 'Published in%s', 'twentynineteen' ), '%title' ),
+ 'prev_text' => _x( 'Published in
%title', 'Parent post link', 'twentynineteen' ),
)
);
} elseif ( is_singular( 'post' ) ) {