diff --git a/wp-includes/general-template.php b/wp-includes/general-template.php
index fc6aca85a9..36dff4115b 100644
--- a/wp-includes/general-template.php
+++ b/wp-includes/general-template.php
@@ -1927,7 +1927,7 @@ function paginate_links( $args = '' ) {
$page_links[] = "$n_display";
$dots = true;
elseif ( $dots && !$show_all ) :
- $page_links[] = '...';
+ $page_links[] = '' . __( '…' ) . '';
$dots = false;
endif;
endif;