diff --git a/views.module b/views.module
index 985b86a..d644ec5 100644
--- a/views.module
+++ b/views.module
@@ -2303,7 +2303,7 @@ function views_trim_text($alter, $value) {
     $value = rtrim(preg_replace('/(?:<(?!.+>)|&(?!.+;)).*$/us', '', $value));
 
     if (!empty($alter['ellipsis'])) {
-      $value .= '...';
+      $value .= t('...');
     }
   }
   if (!empty($alter['html'])) {
