]> git.mjollnir.org Git - moodle.git/commitdiff
New string added to note about automatic DB creation. MDL-9609
authorstronk7 <stronk7>
Sat, 29 Dec 2007 11:47:46 +0000 (11:47 +0000)
committerstronk7 <stronk7>
Sat, 29 Dec 2007 11:47:46 +0000 (11:47 +0000)
Merged from MOODLE_19_STABLE

lang/en_utf8/install.php

index 4d4ddf4481aa7e8abf70f7b446cca822150711b5..5defe78d60cd1d313ce4a03f29e8e5764209409a 100644 (file)
@@ -110,6 +110,7 @@ $string['databasesettingssub_postgres7'] = '<b>Type:</b> PostgreSQL<br />
        <b>User:</b> your database username<br />
        <b>Password:</b> your database password<br />
        <b>Tables Prefix:</b> prefix to use for all table names (mandatory)';
+$string['databasesettingswillbecreated'] = '<b>Note:</b> 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.';