diff options
-rwxr-xr-x | phpBB/language/en/install.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/language/en/install.php b/phpBB/language/en/install.php index a09b6b5321..936a9dfc79 100755 --- a/phpBB/language/en/install.php +++ b/phpBB/language/en/install.php @@ -144,7 +144,7 @@ $lang = array_merge($lang, array( <li>Database name</li> <li>Database username and password</li> </ul> - <p>Some more introductory text can go here…', + <p>Some more introductory text can go here…', 'INSTALL_INTRO_NEXT' => 'To commence the installation, please press the button below.', 'INSTALL_LOGIN' => 'Login', 'INSTALL_NEXT' => 'Next stage', |