diff --git a/lang/en_utf8/install.php b/lang/en_utf8/install.php
index 4d4ddf4481a..5defe78d60c 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.';