From 6a64a8a20bc10f8cc53b59e1c6eea0e27d541a62 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Fri, 3 Jan 2003 15:10:31 +0000 Subject: [PATCH] typos --- lang/english-iso-8859-1.inc.php3 | 4 ++-- lang/english-utf-8.inc.php3 | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lang/english-iso-8859-1.inc.php3 b/lang/english-iso-8859-1.inc.php3 index 3d5f9e032..dd9c4e88d 100644 --- a/lang/english-iso-8859-1.inc.php3 +++ b/lang/english-iso-8859-1.inc.php3 @@ -165,7 +165,7 @@ $strFieldsEnclosedBy = 'Fields enclosed by'; $strFieldsEscapedBy = 'Fields escaped by'; $strFieldsTerminatedBy = 'Fields terminated by'; $strFixed = 'fixed'; -$strFlushPrivilegesNote = 'Note: phpMyAdmin gets the users\' privileges directly from MySQL\'s privilege tables. The content of this tables may differ from the privileges the server uses if manual changes have made to it. In this case, you should %sreload the privileges%s before you continue.'; +$strFlushPrivilegesNote = 'Note: phpMyAdmin gets the users\' privileges directly from MySQL\'s privilege tables. The content of these tables may differ from the privileges the server uses if manual changes have made to it. In this case, you should %sreload the privileges%s before you continue.'; $strFlushTable = 'Flush the table ("FLUSH")'; $strFormEmpty = 'Missing value in the form !'; $strFormat = 'Format'; @@ -341,7 +341,7 @@ $strPrivDescReplSlave = 'Needed for the replication slaves.'; $strPrivDescSelect = 'Allows reading data.'; $strPrivDescShowDb = 'Gives access to the complete list of databases.'; $strPrivDescShutdown = 'Allows shutting down the server.'; -$strPrivDescSuper = 'Allows connectiong, even if maximum number of connections is reached; Required for most administrative operations like setting global variables or killing threads of other users.'; +$strPrivDescSuper = 'Allows connecting, even if maximum number of connections is reached; Required for most administrative operations like setting global variables or killing threads of other users.'; $strPrivDescUpdate = 'Allows changing data.'; $strPrivDescUsage = 'No privileges.'; $strPrivileges = 'Privileges'; diff --git a/lang/english-utf-8.inc.php3 b/lang/english-utf-8.inc.php3 index 65a6dcbe8..e4b58b6cb 100644 --- a/lang/english-utf-8.inc.php3 +++ b/lang/english-utf-8.inc.php3 @@ -166,7 +166,7 @@ $strFieldsEnclosedBy = 'Fields enclosed by'; $strFieldsEscapedBy = 'Fields escaped by'; $strFieldsTerminatedBy = 'Fields terminated by'; $strFixed = 'fixed'; -$strFlushPrivilegesNote = 'Note: phpMyAdmin gets the users\' privileges directly from MySQL\'s privilege tables. The content of this tables may differ from the privileges the server uses if manual changes have made to it. In this case, you should %sreload the privileges%s before you continue.'; +$strFlushPrivilegesNote = 'Note: phpMyAdmin gets the users\' privileges directly from MySQL\'s privilege tables. The content of these tables may differ from the privileges the server uses if manual changes have made to it. In this case, you should %sreload the privileges%s before you continue.'; $strFlushTable = 'Flush the table ("FLUSH")'; $strFormEmpty = 'Missing value in the form !'; $strFormat = 'Format'; @@ -342,7 +342,7 @@ $strPrivDescReplSlave = 'Needed for the replication slaves.'; $strPrivDescSelect = 'Allows reading data.'; $strPrivDescShowDb = 'Gives access to the complete list of databases.'; $strPrivDescShutdown = 'Allows shutting down the server.'; -$strPrivDescSuper = 'Allows connectiong, even if maximum number of connections is reached; Required for most administrative operations like setting global variables or killing threads of other users.'; +$strPrivDescSuper = 'Allows connecting, even if maximum number of connections is reached; Required for most administrative operations like setting global variables or killing threads of other users.'; $strPrivDescUpdate = 'Allows changing data.'; $strPrivDescUsage = 'No privileges.'; $strPrivileges = 'Privileges';