* lang/english*: $strSplitWordsWithSpace

- Fix spelling 'seperated' -> 'separated'
This commit is contained in:
Robin Johnson 2002-06-22 20:14:50 +00:00
parent 65054e1aa4
commit 6a4882e1f2
3 changed files with 4 additions and 2 deletions

View File

@ -15,6 +15,8 @@ $Source$
- Moved <hr /> to just inside </div> - gets line on the same page
* lang/portuguese.inc.php3 updates, thanks to Lopo Pizarro
* lang/chinese*.inc.php3 updates, thanks to Siu Sun
* lang/english*: $strSplitWordsWithSpace
- Fix spelling 'seperated' -> 'separated'
2002-06-21 Olivier L. Müller <om@omnis.ch>
* libraries/common.lib.php3, main.php3: be more tolerant with lazy

View File

@ -338,7 +338,7 @@ $strSingly = '(singly)';
$strSize = 'Size';
$strSort = 'Sort';
$strSpaceUsage = 'Space usage';
$strSplitWordsWithSpace = 'Words are seperated by a space character (" ").';
$strSplitWordsWithSpace = 'Words are separated by a space character (" ").';
$strSQL = 'SQL';
$strSQLQuery = 'SQL-query';
$strSQLResult = 'SQL result';

View File

@ -337,7 +337,7 @@ $strSingly = '(singly)';
$strSize = 'Size';
$strSort = 'Sort';
$strSpaceUsage = 'Space usage';
$strSplitWordsWithSpace = 'Words are seperated by a space character (" ").';
$strSplitWordsWithSpace = 'Words are separated by a space character (" ").';
$strSQL = 'SQL';
$strSQLQuery = 'SQL-query';
$strSQLResult = 'SQL result';