From 32899c7f9636ea2d0f91788520478c4f0ee38023 Mon Sep 17 00:00:00 2001 From: Yoshiyuki Asaba Date: Wed, 26 Dec 2007 07:19:59 +0000 Subject: [PATCH] Fix typo. --- lang/en.lang.php | 2 +- lang/fr.lang.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/en.lang.php b/lang/en.lang.php index 09744d1..353d9da 100644 --- a/lang/en.lang.php +++ b/lang/en.lang.php @@ -33,7 +33,7 @@ $message = array( 'descBackend_data_directory' => 'PostgreSQL database directory', 'descChild_life_time' => 'Life of an idle child process in seconds', 'descChild_max_connections' => 'If child_max_connections connections were received, child exits', - 'descChild_idle_limit' => 'Timeout in seconds while waiting for a query from a client', + 'descClient_idle_limit' => 'Timeout in seconds while waiting for a query from a client', 'descAuthentication_timeout' => 'Maximum time in seconds to complete client authentication', 'descConnection_cache' => 'If true, cache connections to PostgreSQL', 'descConnection_life_time' => 'Life time for each idle connection in seconds', diff --git a/lang/fr.lang.php b/lang/fr.lang.php index 6cedb63..7849610 100644 --- a/lang/fr.lang.php +++ b/lang/fr.lang.php @@ -33,7 +33,7 @@ $message = array( 'descBackend_data_directory' => 'Répertoire de la base de données PostgreSQL', 'descChild_life_time' => 'Durée de vie d\'un processus enfant en secondes', 'descChild_max_connections' => 'Si child_max_connections connexions ont été reçues, l\'enfant quitte', - 'descChild_idle_limit' => 'Délai en secondes pour l\'attente d\'une requête d\'un client', + 'descClient_idle_limit' => 'Délai en secondes pour l\'attente d\'une requête d\'un client', 'descAuthentication_timeout' => 'Durée maximum en secondes pour terminer l\'authentification du client', 'descConnection_cache' => 'Si vrai, met en cache les connexions vers PostgreSQL', 'descConnection_life_time' => 'Durée de vie de chaque connexion inutilisée en secondes', -- 2.39.5