diff options
author | Nozomi Anzai | 2015-12-04 07:34:21 +0000 |
---|---|---|
committer | Nozomi Anzai | 2015-12-04 07:34:21 +0000 |
commit | 42121b9e4ac24883cc3811c9eb76716c518d0209 (patch) | |
tree | 97d7ad810495bda22d478408c2c5801f2c36ad34 | |
parent | ec1486d4624f6dcc3dc341acf6a003e3398227eb (diff) |
Fix syntax error
-rw-r--r-- | lang/en.lang.php | 2 |
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.', |