diff --git a/ChangeLog b/ChangeLog index b89c259a73..4d8707fb29 100755 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,10 @@ phpMyAdmin - Changelog $Id$ $Source$ +2002-06-21 Robin Johnson + * lang/english*: $strSplitWordsWithSpace + - 'splitted' changed to 'seperated' + 2002-06-21 Marc Delisle * sql.php3: patch 565627 for the old bug 461192: wrong query count for groups, thanks to Svetlozar Kovachev diff --git a/lang/english-utf8.inc.php3 b/lang/english-utf8.inc.php3 index f1f64861f2..e63bf252d5 100644 --- a/lang/english-utf8.inc.php3 +++ b/lang/english-utf8.inc.php3 @@ -338,7 +338,7 @@ $strSingly = '(singly)'; $strSize = 'Size'; $strSort = 'Sort'; $strSpaceUsage = 'Space usage'; -$strSplitWordsWithSpace = 'Words are splitted by a space character (" ").'; +$strSplitWordsWithSpace = 'Words are seperated by a space character (" ").'; $strSQL = 'SQL'; $strSQLQuery = 'SQL-query'; $strSQLResult = 'SQL result'; diff --git a/lang/english.inc.php3 b/lang/english.inc.php3 index b158184c59..d2a830f7e2 100644 --- a/lang/english.inc.php3 +++ b/lang/english.inc.php3 @@ -337,7 +337,7 @@ $strSingly = '(singly)'; $strSize = 'Size'; $strSort = 'Sort'; $strSpaceUsage = 'Space usage'; -$strSplitWordsWithSpace = 'Words are splitted by a space character (" ").'; +$strSplitWordsWithSpace = 'Words are seperated by a space character (" ").'; $strSQL = 'SQL'; $strSQLQuery = 'SQL-query'; $strSQLResult = 'SQL result';