aboutsummaryrefslogtreecommitdiff
path: root/install/languages/en.php
diff options
context:
space:
mode:
Diffstat (limited to 'install/languages/en.php')
-rw-r--r--install/languages/en.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/install/languages/en.php b/install/languages/en.php
index 577d5ddbc..f474a8c7b 100644
--- a/install/languages/en.php
+++ b/install/languages/en.php
@@ -57,7 +57,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.',
+ '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.',
'install:database:label:dbuser' => 'Database Username',
'install:database:label:dbpassword' => 'Database Password',
@@ -121,6 +121,7 @@ If you are ready to proceed, click the Next button.",
'install:error:databasesettings' => 'Unable to connect to the database with these settings.',
'install:error:oldmysql' => 'MySQL must be version 5.0 or above. Your server is using %s.',
'install:error:nodatabase' => 'Unable to use database %s. It may not exist.',
+ 'install:error:tables_exist' => 'There are already Elgg tables in the database. You need to either drop those tables or restart the installer and we will attempt to use them. To restart the installer, remove \'?step=database\' from the URL in your browser\'s address bar and press Enter.',
'install:error:readsettingsphp' => 'Unable to read engine/settings.example.php',
'install:error:writesettingphp' => 'Unable to write engine/settings.php',
'install:error:requiredfield' => '%s is required',