diff --git a/phpBB/install/startup.php b/phpBB/install/startup.php
index dfead2ab38..007b20da35 100644
--- a/phpBB/install/startup.php
+++ b/phpBB/install/startup.php
@@ -156,7 +156,7 @@ function installer_shutdown_function($display_errors)
else
{
// Language system is not available
- die('The installer has detected an issue with a cached file. Try reloading the page and/or manually clearing the cache to resolve the issue. If you require further assistance, please visit the phpBB support forums.');
+ die('The installer has detected an issue with a cached file. Try reloading the page and/or manually clearing the cache to resolve the issue. If you require further assistance, please visit the phpBB support forums.');
}
}
else if ($error['type'] & $supported_error_levels)