diff --git a/setup/index.php b/setup/index.php index 2c66c5f4c..88082764d 100644 --- a/setup/index.php +++ b/setup/index.php @@ -221,7 +221,7 @@ function CheckPHPVersion(SetupWebPage $oP) // Check some more ini settings here, needed for file upload if (get_magic_quotes_gpc()) { - $oP->error("'magic_quotes_gpc' is set to On in '$sPhpIniFile', please turn if Off before continuing."); + $oP->error("'magic_quotes_gpc' is set to On in '$sPhpIniFile', please turn it Off before continuing."); $bResult = false; }