summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNozomi Anzai2015-12-04 07:34:21 +0000
committerNozomi Anzai2015-12-04 07:34:21 +0000
commit42121b9e4ac24883cc3811c9eb76716c518d0209 (patch)
tree97d7ad810495bda22d478408c2c5801f2c36ad34
parentec1486d4624f6dcc3dc341acf6a003e3398227eb (diff)
Fix syntax error
-rw-r--r--lang/en.lang.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/en.lang.php b/lang/en.lang.php
index 6225ee6..e0b2377 100644
--- a/lang/en.lang.php
+++ b/lang/en.lang.php
@@ -408,7 +408,7 @@ $message = array(
'e1011' => 'Log file not found.',
'e1012' => 'pcp_recovery_node command error occurred.',
'e1013' => 'pcp_watchdog_info command error occurred.',
- 'e1014' => 'Could not read .pcppass file'
+ 'e1014' => 'Could not read .pcppass file',
'e2001' => 'Database connection error occurred.',
'e2002' => 'The error occurred when SELECT was executed',
'e2003' => 'pgpool.conf not found.',