diff --git a/wp-admin/users.php b/wp-admin/users.php index 551227aa7..1fcaf1357 100644 --- a/wp-admin/users.php +++ b/wp-admin/users.php @@ -85,8 +85,8 @@ class WP_User_Search { $this->paging_text = paginate_links( array( 'total' => ceil($this->total_users_for_query / $this->users_per_page), 'current' => $this->page, - 'prev_text' => '« Previous Page', - 'next_text' => 'Next Page »', + 'prev_text' => __('« Previous Page'), + 'next_text' => __('Next Page »'), 'base' => 'users.php?%_%', 'format' => 'userspage=%#%', 'add_args' => array( 'usersearch' => urlencode($this->search_term) )