From 0efeaf33f3baad19fa4c471404940a42d7bf0b22 Mon Sep 17 00:00:00 2001 From: Robin Johnson Date: Fri, 7 Feb 2003 07:26:27 +0000 Subject: [PATCH] chinese_gb.inc.php3: Fixed duplicate $strDBGMin where it should be '$strDBGMax' --- ChangeLog | 2 ++ lang/chinese_gb.inc.php3 | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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