From f47548e18fb1bef3ba30b6908efd8ac8c85b5d7b Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Tue, 1 Jul 2014 16:21:22 -0400 Subject: [PATCH] Use ellipsis character Signed-off-by: Marc Delisle --- js/messages.php | 2 +- libraries/normalization.lib.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/js/messages.php b/js/messages.php index ec97881bad..a4d09e3112 100644 --- a/js/messages.php +++ b/js/messages.php @@ -303,7 +303,7 @@ $js_messages['strContinue'] = __('Continue'); /** For normalization */ $js_messages['strAddUniqueIndex'] = __('Add unique/primary index'); $js_messages['uniqueColAdded'] = __('Unique column(s) added.'); -$js_messages['toNextStep'] = __('Taking you to next step ...'); +$js_messages['toNextStep'] = __('Taking you to next step…'); $js_messages['strFinishMsg'] = __("The first step of normalization is complete for table '%s'."); $js_messages['strEndStep'] = __("End of step"); diff --git a/libraries/normalization.lib.php b/libraries/normalization.lib.php index 2c44e4ebd0..4fe387758d 100644 --- a/libraries/normalization.lib.php +++ b/libraries/normalization.lib.php @@ -178,7 +178,7 @@ function PMA_getHtmlContentsFor1NFStep2($db, $table) $extra = ''; if ($hasPrimaryKey) { $headText = __("Unique column(s) already exist"); - $subText = __("Taking you to next step ..."); + $subText = __("Taking you to next step…"); } else { $headText = __( "There are no unique columns. Add a unique column "