diff options
author | brettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-03-22 16:56:55 +0000 |
---|---|---|
committer | brettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-03-22 16:56:55 +0000 |
commit | 1d33c3fd07fbfa41359af0e99079f57f022e7124 (patch) | |
tree | 7c8a11ab79801d4545aa8ca6ec8be1f231b2b287 /languages/en.php | |
parent | a140ef9c53edb2e249eab2eafccc6eb8c0952dab (diff) | |
download | elgg-1d33c3fd07fbfa41359af0e99079f57f022e7124.tar.gz elgg-1d33c3fd07fbfa41359af0e99079f57f022e7124.tar.bz2 |
Merged 1.7 bugfixes back into core. (5376:HEAD).
git-svn-id: http://code.elgg.org/elgg/trunk@5471 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'languages/en.php')
-rw-r--r-- | languages/en.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/languages/en.php b/languages/en.php index 0fc4e3ba6..a74c8ea90 100644 --- a/languages/en.php +++ b/languages/en.php @@ -713,6 +713,8 @@ Creating this is easy. Copy the contents of the textbox below into a text editor Alternatively, you can enter your database settings below and we will try and do this for you...", + 'installation:error:db:title' => "Database settings error", + 'installation:error:db:text' => "Check your database settings again as Elgg could not connect and access the database.", 'installation:error:configuration' => "Once you've corrected any configuration issues, press reload to try again.", 'installation' => "Installation", |