diff --git a/lang/en/install.php b/lang/en/install.php
index 10d0661e1d2..0540dd12889 100755
--- a/lang/en/install.php
+++ b/lang/en/install.php
@@ -31,10 +31,10 @@ $string['databasecreationsettings'] = ' Now you need to configure the databas
will be stored. This database will be created automatically by the Moodle4Windows installer
with the settings specified below.
- Type: fixed to "mysql" by the installer
- Host: fixed to "localhost" by the installer
+ Type: fixed to \"mysql\" by the installer
+ Host: fixed to \"localhost\" by the installer
Name: database name, eg moodle
- User: fixed to "root" by the installer
+ User: fixed to \"root\" by the installer
Password: your database password
Tables Prefix: optional prefix to use for all table names';
$string['dataroot'] = 'Data Directory';