Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Foellmann <foellmann@foe-services.de>2015-01-05 22:07:18 +0300
committerChristian Foellmann <foellmann@foe-services.de>2015-01-05 22:07:18 +0300
commit170cb05f4eec4322303658108f9eea6e55163e50 (patch)
treee9b7e9a7e287270392077d1099fe0b5dc54eeba1 /libraries/normalization.lib.php
parentf3a2bbe4d8241664dbb92def1b413b616bfab1fd (diff)
UPDATE 4.3.54.3.5
Diffstat (limited to 'libraries/normalization.lib.php')
-rw-r--r--libraries/normalization.lib.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/libraries/normalization.lib.php b/libraries/normalization.lib.php
index 6793889dd6..08e39469d6 100644
--- a/libraries/normalization.lib.php
+++ b/libraries/normalization.lib.php
@@ -378,7 +378,7 @@ function PMA_getHtmlForNewTables2NF($partialDependencies,$table)
{
$html = '<p><b>' . sprintf(
__(
- 'As per above partial dependencies, in order to put the '
+ 'In order to put the '
. 'original table \'%1$s\' into Second normal form we need '
. 'to create the following tables:'
), htmlspecialchars($table)
@@ -498,7 +498,7 @@ function PMA_getHtmlForNewTables3NF($dependencies, $tables, $db)
}
$html .= '<p><b>' . sprintf(
__(
- 'As per above dependencies, in order to put the '
+ 'In order to put the '
. 'original table \'%1$s\' into Third normal form we need '
. 'to create the following tables:'
), htmlspecialchars($table)