From 2d809057ab06bcc92f3b867e1d0d0b4638a42950 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Fri, 8 Aug 2003 12:48:55 +0000 Subject: [PATCH] typo --- lang/english-iso-8859-1.inc.php3 | 4 ++-- lang/english-utf-8.inc.php3 | 4 ++-- lang/french-iso-8859-1.inc.php3 | 4 ++-- lang/french-utf-8.inc.php3 | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/lang/english-iso-8859-1.inc.php3 b/lang/english-iso-8859-1.inc.php3 index e2545ab37..061b64386 100644 --- a/lang/english-iso-8859-1.inc.php3 +++ b/lang/english-iso-8859-1.inc.php3 @@ -147,8 +147,8 @@ $strDBGContext = 'Context'; $strDBGContextID = 'Context ID'; $strDBGHits = 'Hits'; $strDBGLine = 'Line'; -$strDBGMaxTimeMs = 'Min time, ms'; -$strDBGMinTimeMs = 'Max time, ms'; +$strDBGMaxTimeMs = 'Max time, ms'; +$strDBGMinTimeMs = 'Min time, ms'; $strDBGModule = 'Module'; $strDBGTimePerHitMs = 'Time/Hit, ms'; $strDBGTotalTimeMs = 'Total time, ms'; diff --git a/lang/english-utf-8.inc.php3 b/lang/english-utf-8.inc.php3 index 301fff25f..e1d5c9236 100644 --- a/lang/english-utf-8.inc.php3 +++ b/lang/english-utf-8.inc.php3 @@ -148,8 +148,8 @@ $strDBGContext = 'Context'; $strDBGContextID = 'Context ID'; $strDBGHits = 'Hits'; $strDBGLine = 'Line'; -$strDBGMaxTimeMs = 'Min time, ms'; -$strDBGMinTimeMs = 'Max time, ms'; +$strDBGMaxTimeMs = 'Max time, ms'; +$strDBGMinTimeMs = 'Min time, ms'; $strDBGModule = 'Module'; $strDBGTimePerHitMs = 'Time/Hit, ms'; $strDBGTotalTimeMs = 'Total time, ms'; diff --git a/lang/french-iso-8859-1.inc.php3 b/lang/french-iso-8859-1.inc.php3 index 6c32b76e8..1c1c722e4 100644 --- a/lang/french-iso-8859-1.inc.php3 +++ b/lang/french-iso-8859-1.inc.php3 @@ -148,8 +148,8 @@ $strDBGContext = 'Contexte'; $strDBGContextID = 'Identificateur de contexte'; $strDBGHits = 'Occurences'; $strDBGLine = 'Ligne'; -$strDBGMaxTimeMs = 'Durée minimum, ms'; -$strDBGMinTimeMs = 'Durée maximum, ms'; +$strDBGMaxTimeMs = 'Durée maximum, ms'; +$strDBGMinTimeMs = 'Durée minimum, ms'; $strDBGModule = 'Module'; $strDBGTimePerHitMs = 'Durée/Occurence, ms'; $strDBGTotalTimeMs = 'Durée totale, ms'; diff --git a/lang/french-utf-8.inc.php3 b/lang/french-utf-8.inc.php3 index 22f1d9224..c6b88e971 100644 --- a/lang/french-utf-8.inc.php3 +++ b/lang/french-utf-8.inc.php3 @@ -149,8 +149,8 @@ $strDBGContext = 'Contexte'; $strDBGContextID = 'Identificateur de contexte'; $strDBGHits = 'Occurences'; $strDBGLine = 'Ligne'; -$strDBGMaxTimeMs = 'Durée minimum, ms'; -$strDBGMinTimeMs = 'Durée maximum, ms'; +$strDBGMaxTimeMs = 'Durée maximum, ms'; +$strDBGMinTimeMs = 'Durée minimum, ms'; $strDBGModule = 'Module'; $strDBGTimePerHitMs = 'Durée/Occurence, ms'; $strDBGTotalTimeMs = 'Durée totale, ms';