Fix descriptions of if_up_cmd and if_down_cmd that are mixed up
authorYugo Nagata <nagata@sraoss.co.jp>
Wed, 26 Mar 2014 07:27:58 +0000 (16:27 +0900)
committerYugo Nagata <nagata@sraoss.co.jp>
Wed, 26 Mar 2014 07:29:41 +0000 (16:29 +0900)
lang/en.lang.php

index 8feb7569a571ba569b003827a67e21d85dbf7635..3c4912cfc736e1fa6247f201e36469892ea514b6 100644 (file)
@@ -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, '.