* lang/english*: $strSplitWordsWithSpace
- Fix spelling 'seperated' -> 'separated'
This commit is contained in:
parent
65054e1aa4
commit
6a4882e1f2
@ -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
|
||||
|
||||
@ -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';
|
||||
|
||||
@ -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';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user