From 39127bbc3fe92e8673a78b5efcafed449a76faed 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) git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@11835 b9a71923-0436-4b27-9f14-aed3839534dd --- 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 ?'), )