From f7211325ef3a64317a79b092ca8662adc2cb2d24 Mon Sep 17 00:00:00 2001 From: Tatsuo Ishii Date: Mon, 16 Aug 2010 02:54:09 +0000 Subject: [PATCH] Fix description of descDelay_threshold. --- lang/ja.lang.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/ja.lang.php b/lang/ja.lang.php index c4da750..6640763 100644 --- a/lang/ja.lang.php +++ b/lang/ja.lang.php @@ -37,7 +37,7 @@ $message = array( 'descAuthentication_timeout' => 'クライアント認証のタイムアウト時間(秒)', 'descConnection_cache' => 'コネクションキャッシュ機能の有無', 'descConnection_life_time' => 'コネクションプール中のコネクションの有効期間(秒)', - 'descDelay_threshold' => '許容するスタンバイサーバの遅延時間(秒)', + 'descDelay_threshold' => '許容するスタンバイサーバの遅延(バイト)', 'descEnable_pool_hba' => 'クライアント認証機能の有無', 'descEnable_query_cache' => 'クエリキャッシュ機能の有無', 'descFailover_command' => 'ノード切り離し時に起動するコマンド', -- 2.39.5