diff --git a/phpBB/install/install_install.php b/phpBB/install/install_install.php
index 7f5f4e6177..ce4fcb5cc1 100755
--- a/phpBB/install/install_install.php
+++ b/phpBB/install/install_install.php
@@ -178,7 +178,7 @@ class install_install extends module
{
$template->assign_block_vars('checks', array(
'TITLE' => $lang['DLL_' . strtoupper($db_name)],
- 'RESULT' => '' . $lang['UNAVAILABLE'] . '',
+ 'RESULT' => '' . $lang['UNAVAILABLE'] . '',
'S_EXPLAIN' => false,
'S_LEGEND' => false,