aboutsummaryrefslogtreecommitdiff
path: root/languages
diff options
context:
space:
mode:
authorcash <cash.costello@gmail.com>2012-06-19 20:23:49 -0400
committercash <cash.costello@gmail.com>2012-06-19 20:23:49 -0400
commit690f226100a2f690bd77d05a82668c9cfee7b863 (patch)
tree6150983621f492f304e4cd8dbdc3c1ba5d431aff /languages
parentacb6ceb71afa00a66280f4d33e952df39729eca6 (diff)
downloadelgg-690f226100a2f690bd77d05a82668c9cfee7b863.tar.gz
elgg-690f226100a2f690bd77d05a82668c9cfee7b863.tar.bz2
Fixes #4382 catches lost connection to database - from Paweł
Diffstat (limited to 'languages')
-rw-r--r--languages/en.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/languages/en.php b/languages/en.php
index e9c333041..93096df38 100644
--- a/languages/en.php
+++ b/languages/en.php
@@ -56,6 +56,7 @@ $english = array(
'DatabaseException:DBSetupIssues' => "There were a number of issues: ",
'DatabaseException:ScriptNotFound' => "Elgg couldn't find the requested database script at %s.",
'DatabaseException:InvalidQuery' => "Invalid query",
+ 'DatabaseException:InvalidDBLink' => "Connection to database was lost.",
'IOException:FailedToLoadGUID' => "Failed to load new %s from GUID:%d",
'InvalidParameterException:NonElggObject' => "Passing a non-ElggObject to an ElggObject constructor!",