From f051c8a213a91c88d3cc0909b44afa675daca624 Mon Sep 17 00:00:00 2001 From: rMalie Date: Wed, 28 Dec 2011 12:50:50 +0000 Subject: [PATCH] // Fix #PSFV-264 (typo in new installer) --- install-new/controllers/http/system.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install-new/controllers/http/system.php b/install-new/controllers/http/system.php index 36dfacf84..c8fb1f09a 100644 --- a/install-new/controllers/http/system.php +++ b/install-new/controllers/http/system.php @@ -112,10 +112,10 @@ class InstallControllerHttpSystem extends InstallControllerHttp 'title' => $this->l('PHP parameters:'), 'checks' => array( 'fopen' => $this->l('Can open external URLs ?'), - 'register_globals' => $this->l('Is PHP register global option desactivated (recommended) ?'), + 'register_globals' => $this->l('Is PHP register global option deactivated (recommended) ?'), 'gz' => $this->l('Is GZIP compression activated (recommended) ?'), 'mcrypt' => $this->l('Is Mcrypt extension available (recommended) ?'), - 'magicquotes' => $this->l('Is PHP magic quotes option desactivated (recommended) ?'), + 'magicquotes' => $this->l('Is PHP magic quotes option deactivated (recommended) ?'), 'dom' => $this->l('Is Dom extension loaded ?'), 'pdo_mysql' => $this->l('Is PDO MySQL extension loaded ?'), )