diff options
author | Tatsuo Ishii | 2010-08-16 02:54:09 +0000 |
---|---|---|
committer | Tatsuo Ishii | 2010-08-16 02:54:09 +0000 |
commit | f7211325ef3a64317a79b092ca8662adc2cb2d24 (patch) | |
tree | 1523a159d79cc571fe2aac800d1f3fe7ba2c9fc3 | |
parent | 50c5f67703381be96d34153ab4d51ead15e7df77 (diff) |
Fix description of descDelay_threshold.
-rw-r--r-- | lang/ja.lang.php | 2 |
1 files changed, 1 insertions, 1 deletions
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' => 'ノード切り離し時に起動するコマンド', |