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 "