From b43f4a2a895399aaf282d95ff9fa91c7184038b1 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Thu, 17 Jul 2014 15:45:25 -0400 Subject: [PATCH] Improve and simplify a message Signed-off-by: Marc Delisle --- libraries/normalization.lib.php | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/libraries/normalization.lib.php b/libraries/normalization.lib.php index 5c404c4798..4584c0ea50 100644 --- a/libraries/normalization.lib.php +++ b/libraries/normalization.lib.php @@ -244,13 +244,12 @@ function PMA_getHtmlContentsFor1NFStep3($db, $table) $stepTxt = __('Move repeating groups'); $legendText = __('Step 1.') . $step . " " . $stepTxt; $headText = __( - "Do you have group of two or more columns that are closely " - . " related and are all repeating same attribute? For example, " - . "if a table that records data on book, has " - . " columns book_id, author1, author2, author3 and so on which form a " - . "repeating group. In this case new table (book_id, author) should " - . "be created. another examples can be" - . " phone1, phone2, phone3 and so on Or picture1, picture2 etc" + "Do you have a group of two or more columns that are closely " + . " related and are all repeating the same attribute? For example, " + . "a table that holds data on books might have columns such as book_id, " + . "author1, author2, author3 and so on which form a " + . "repeating group. In this case a new table (book_id, author) should " + . "be created." ); $subText = __( "Check the columns which form a repeating group. "