diff options
author | brettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-10-04 18:47:33 +0000 |
---|---|---|
committer | brettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-10-04 18:47:33 +0000 |
commit | 3d94f205e445945d03a273b2aef7e4d4783dcd5a (patch) | |
tree | dc880fbd030888fb412a4ad4313883cc1648cfab /languages/en.php | |
parent | 6d2959136ca475719a1a26758a7b98b9cb7893bc (diff) | |
download | elgg-3d94f205e445945d03a273b2aef7e4d4783dcd5a.tar.gz elgg-3d94f205e445945d03a273b2aef7e4d4783dcd5a.tar.bz2 |
Refs #2129: Added missing language string for new installer.
git-svn-id: http://code.elgg.org/elgg/trunk@7005 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'languages/en.php')
-rw-r--r-- | languages/en.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/languages/en.php b/languages/en.php index c40222dc5..498fefaca 100644 --- a/languages/en.php +++ b/languages/en.php @@ -987,6 +987,7 @@ If you are ready to proceed, click the Next button.", 'install:check:database' => 'The database requirements are checked when Elgg loads its database.', 'install:database:instructions' => "If you haven't already created a database for Elgg, do that now. Then fill in the values below to initialize the Elgg database.", + 'install:database:error' => 'There was an error creating the Elgg database and installation cannot continue. Review the message above and correct any problems. If you need more help, visit the Install Troubleshooting link below, or post to the Elgg community forums.', 'installation:database:label:dbuser' => 'Database Username', 'installation:database:label:dbpassword' => 'Database Password', |