diff --git a/src/wp-content/themes/twentyfifteen/single.php b/src/wp-content/themes/twentyfifteen/single.php
index a4ff29383e..a0bfc8060c 100644
--- a/src/wp-content/themes/twentyfifteen/single.php
+++ b/src/wp-content/themes/twentyfifteen/single.php
@@ -25,8 +25,8 @@ get_header(); ?>
_x( 'Previous%title', 'Previous post link', 'twentyfifteen' ),
- 'prev_text' => _x( 'Next%title', 'Next post link', 'twentyfifteen' ),
+ 'next_text' => _x( 'Next%title', 'Next post link', 'twentyfifteen' ),
+ 'prev_text' => _x( 'Previous%title', 'Previous post link', 'twentyfifteen' ),
) );
?>