From 749431b0264c7ab72da340712b3c654b74e1dfd3 Mon Sep 17 00:00:00 2001 From: Tim Starling Date: Wed, 3 Jun 2009 15:12:44 +0000 Subject: [PATCH] Replaced remaining ellipsis characters as in previous commit. --- languages/messages/MessagesEn.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/languages/messages/MessagesEn.php b/languages/messages/MessagesEn.php index 0640962b79..5110ee2e81 100644 --- a/languages/messages/MessagesEn.php +++ b/languages/messages/MessagesEn.php @@ -3689,7 +3689,7 @@ Please confirm that you really want to recreate this page.", 'autocomment-prefix' => '- ', # only translate this message to other languages if you have to change it 'pipe-separator' => ' | ', # only translate this message to other languages if you have to change it 'word-separator' => ' ', # only translate this message to other languages if you have to change it -'ellipsis' => '…', # only translate this message to other languages if you have to change it +'ellipsis' => '...', # only translate this message to other languages if you have to change it 'percent' => '$1%', # only translate this message to other languages if you have to change it # Multipage image navigation @@ -3746,8 +3746,8 @@ Please confirm that you really want to recreate this page.", 'size-gigabytes' => '$1 GB', # only translate this message to other languages if you have to change it # Live preview -'livepreview-loading' => 'Loading…', -'livepreview-ready' => 'Loading… Ready!', +'livepreview-loading' => 'Loading...', +'livepreview-ready' => 'Loading... Ready!', 'livepreview-failed' => 'Live preview failed! Try normal preview.', 'livepreview-error' => 'Failed to connect: $1 "$2". Try normal preview.', -- 2.20.1