From 5d6bdb4149d1c927c126fa23d04d66917c295979 Mon Sep 17 00:00:00 2001 From: bambo <> Date: Wed, 31 Aug 2011 15:17:46 +0000 Subject: [PATCH] Fix the wrong detail of 'e9' --- 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 57c9de9..96b8a8b 100644 --- a/lang/en.lang.php +++ b/lang/en.lang.php @@ -254,9 +254,9 @@ $message = array( 'e4' => 'pgpool.conf not found.', 'e5' => 'Smarty template file not found.', 'e6' => 'Help not found.', - 'e8' => 'pcp_timeout not found in pgpool.conf', - 'e9' => 'pcp_timeout not found in pgpool.conf', 'e7' => 'Parameter not found in pgpmgt.conf.php', + 'e8' => 'pcp_timeout not found in pgpool.conf', + 'e9' => 'pcp_port not found in pgpool.conf', 'e1001' => 'PCP command error occurred.', 'e1002' => 'pcp_node_count command error occurred.', 'e1003' => 'pcp_node_info command error occurred.', -- 2.39.5