diff --git a/includes/roots-cleanup.php b/includes/roots-cleanup.php
index dee430d..9357060 100644
--- a/includes/roots-cleanup.php
+++ b/includes/roots-cleanup.php
@@ -293,7 +293,7 @@ function roots_excerpt_length($length) {
}
function roots_continue_reading_link() {
- return ' ' . __( 'Continue…', 'roots' ) . '';
+ return ' ' . __( 'Continued', 'roots' ) . '';
}
function roots_auto_excerpt_more($more) {