diff --git a/install/stringnames.txt b/install/stringnames.txt
index 2bcdf805855..cbd8b514d68 100644
--- a/install/stringnames.txt
+++ b/install/stringnames.txt
@@ -54,6 +54,7 @@ database
databasecreationsettings
databasecreationsettingshead
databasecreationsettingssub
+databasecreationsettingssub2
databasehost
databasename
databasepass
diff --git a/lang/en_utf8/install.php b/lang/en_utf8/install.php
index f30c1d8c571..65be7c37389 100644
--- a/lang/en_utf8/install.php
+++ b/lang/en_utf8/install.php
@@ -64,6 +64,12 @@ $string['databasecreationsettingssub'] = 'Type: fixed to \"mysql\" by the
User: fixed to \"root\" by the installer
Password: your database password
Tables Prefix: optional prefix to use for all table names';
+$string['databasecreationsettingssub2'] = 'Type: fixed to \"mysqli\" by the installer
+ Host: fixed to \"localhost\" by the installer
+ Name: database name, eg moodle
+ User: fixed to \"root\" by the installer
+ Password: your database password
+ Tables Prefix: optional prefix to use for all table names';
$string['databasehost']='Database host :';
$string['databasename']='Database name : ';
$string['databasepass']='Database password :';