From 17df19049babb905389caf91887c802d0b0f990e Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Sun, 2 Mar 2003 00:35:38 +0000 Subject: [PATCH] typo --- lang/english-iso-8859-1.inc.php3 | 2 +- lang/english-utf-8.inc.php3 | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lang/english-iso-8859-1.inc.php3 b/lang/english-iso-8859-1.inc.php3 index 0aec7c13d..5b14d406d 100644 --- a/lang/english-iso-8859-1.inc.php3 +++ b/lang/english-iso-8859-1.inc.php3 @@ -103,7 +103,7 @@ $strCommand = 'Command'; $strComments = 'Comments'; $strCompleteInserts = 'Complete inserts'; $strCompression = 'Compression'; -$strConfigFileError = 'phpMyAdmin was unable to read your configuration file!
This might happen if php finds a parse error in it or php cannot find the file.
Please call the configuration file directly using the link below and read the php error message(s) that you recieve. In most cases a quote or a semicolon is missing somewhere.
If you recieve a blank page, everything is fine.'; +$strConfigFileError = 'phpMyAdmin was unable to read your configuration file!
This might happen if php finds a parse error in it or php cannot find the file.
Please call the configuration file directly using the link below and read the php error message(s) that you receive. In most cases a quote or a semicolon is missing somewhere.
If you receive a blank page, everything is fine.'; $strConfigureTableCoord = 'Please configure the coordinates for table %s'; $strConfirm = 'Do you really want to do it?'; $strConnections = 'Connections'; diff --git a/lang/english-utf-8.inc.php3 b/lang/english-utf-8.inc.php3 index 72e9367ba..39fabe997 100644 --- a/lang/english-utf-8.inc.php3 +++ b/lang/english-utf-8.inc.php3 @@ -104,7 +104,7 @@ $strCommand = 'Command'; $strComments = 'Comments'; $strCompleteInserts = 'Complete inserts'; $strCompression = 'Compression'; -$strConfigFileError = 'phpMyAdmin was unable to read your configuration file!
This might happen if php finds a parse error in it or php cannot find the file.
Please call the configuration file directly using the link below and read the php error message(s) that you recieve. In most cases a quote or a semicolon is missing somewhere.
If you recieve a blank page, everything is fine.'; +$strConfigFileError = 'phpMyAdmin was unable to read your configuration file!
This might happen if php finds a parse error in it or php cannot find the file.
Please call the configuration file directly using the link below and read the php error message(s) that you receive. In most cases a quote or a semicolon is missing somewhere.
If you receive a blank page, everything is fine.'; $strConfigureTableCoord = 'Please configure the coordinates for table %s'; $strConfirm = 'Do you really want to do it?'; $strConnections = 'Connections'; @@ -597,5 +597,5 @@ $strYes = 'Yes'; $strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.'; $strZip = '"zipped"'; -$strInnodbStat = 'InnoDB Status'; //to translate +$strInnodbStat = 'InnoDB Status'; ?>