From ebf3f5176bcd138972f6c84f4a3e082a411b3878 Mon Sep 17 00:00:00 2001 From: Yoshiyuki Asaba Date: Tue, 30 Oct 2007 01:15:56 +0000 Subject: [PATCH] Fix syntax error. --- 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 5111e72..427a92a 100644 --- a/lang/en.lang.php +++ b/lang/en.lang.php @@ -61,8 +61,8 @@ $message = array( 'descPrint_timestamp' => 'If true, timestamp is added to each log line', 'descRecovery_user' => 'PostgreSQL user name for online recovery', 'descRecovery_password' => 'PostgreSQL user password for online recovery', - 'descRecovery_1st_stage_command' => 'Recovery command to be excuted on the first stage' - 'descRecovery_2nd_stage_command' => 'Recovery command to be excuted on the second stage' + 'descRecovery_1st_stage_command' => 'Recovery command to be excuted on the first stage', + 'descRecovery_2nd_stage_command' => 'Recovery command to be excuted on the second stage', 'descReplication_mode' => 'Set this to true if you are going to use replication functionality', 'descReplication_stop_on_mismatch' => 'Stop replication mode on data mismatch between master and secondary', 'descReplicate_select' => 'If true, replicate SELECT queries. If false, send only to master ', -- 2.39.5