From 61ba2b5fb86c65704ac7537ec7286363a3b08293 Mon Sep 17 00:00:00 2001 From: stronk7 Date: Sat, 29 Dec 2007 11:47:46 +0000 Subject: [PATCH] New string added to note about automatic DB creation. MDL-9609 Merged from MOODLE_19_STABLE --- lang/en_utf8/install.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/en_utf8/install.php b/lang/en_utf8/install.php index 4d4ddf4481..5defe78d60 100644 --- a/lang/en_utf8/install.php +++ b/lang/en_utf8/install.php @@ -110,6 +110,7 @@ $string['databasesettingssub_postgres7'] = 'Type: PostgreSQL
User: your database username
Password: your database password
Tables Prefix: prefix to use for all table names (mandatory)'; +$string['databasesettingswillbecreated'] = 'Note: The installer will try to create the database automatically if not exists.'; $string['dataroot'] = 'Data Directory'; $string['datarooterror'] = 'The \'Data Directory\' you specified could not be found or created. Either correct the path or create that directory manually.'; $string['dbconnectionerror'] = 'We could not connect to the database you specified. Please check your database settings.'; -- 2.39.5