From c10e723567614c7a7f37abca80de18ae340e75ee Mon Sep 17 00:00:00 2001 From: Yugo Nagata Date: Wed, 26 Mar 2014 16:27:58 +0900 Subject: [PATCH] Fix descriptions of if_up_cmd and if_down_cmd that are mixed up --- lang/en.lang.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/en.lang.php b/lang/en.lang.php index 8feb756..3c4912c 100644 --- a/lang/en.lang.php +++ b/lang/en.lang.php @@ -72,8 +72,8 @@ $message = array( ' giving up and initiating failover', 'descHealth_check_retry_delay' => 'The amount of time (in seconds) to sleep between failed health check retries', 'descIfconfig_path' => 'The path of a command to switch the IP address', - 'descIf_down_cmd' => 'The command to bring up the virtual IP', - 'descIf_up_cmd' => 'The command to bring down the virtual IP', + 'descIf_down_cmd' => 'The command to bring down the virtual IP', + 'descIf_up_cmd' => 'The command to bring up the virtual IP', 'descIgnore_leading_white_space' => 'If true, ignore leading white spaces of each query while pgpool judges '. 'if the query is a SELECT so that it can be load balanced', 'descInsert_lock' => ' If you replicate a table having SERIAL data type column, '. -- 2.39.5