diff --git a/ChangeLog b/ChangeLog index f79155050..3f0bc0cfe 100755 --- a/ChangeLog +++ b/ChangeLog @@ -7,6 +7,8 @@ $Source$ 2003-02-01 Robin Johnson * lang/arabic*: Updates thanks to Ossama Khayat + * lang/chinese_gb.inc.php3: Fixed duplicate '$strDBGMin' where it should + be '$strDBGMax' * translators.html: Added Ossama Khayat 2003-02-06 Marc Delisle diff --git a/lang/chinese_gb.inc.php3 b/lang/chinese_gb.inc.php3 index b0b2a0481..d879abfd8 100644 --- a/lang/chinese_gb.inc.php3 +++ b/lang/chinese_gb.inc.php3 @@ -573,7 +573,7 @@ $strDBGHits = 'Hits'; //to translate $strDBGTimePerHitMs = 'Time/Hit, ms'; //to translate $strDBGTotalTimeMs = 'Total time, ms'; //to translate $strDBGMinTimeMs = 'Min time, ms'; //to translate -$strDBGMinTimeMs = 'Max time, ms'; //to translate +$strDBGMaxTimeMs = 'Max time, ms'; //to translate $strDBGContextID = 'Context ID'; //to translate $strDBGContext = 'Context'; //to translate $strCantLoad = 'cannot load %s extension,
please check PHP Configuration'; //to translate