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';