From 45bc45d0328724aeff2b098b92c5afc6ddf9e295 Mon Sep 17 00:00:00 2001 From: dMetzger Date: Mon, 24 Sep 2012 07:29:47 +0000 Subject: [PATCH] // F// Fixed misleading text #PSCFV-4291 --- controllers/admin/AdminPPreferencesController.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/controllers/admin/AdminPPreferencesController.php b/controllers/admin/AdminPPreferencesController.php index e1217bfda..ca3e99b30 100644 --- a/controllers/admin/AdminPPreferencesController.php +++ b/controllers/admin/AdminPPreferencesController.php @@ -47,8 +47,8 @@ class AdminPPreferencesControllerCore extends AdminController 'type' => 'bool' ), 'PS_COMPARATOR_MAX_ITEM' => array( - 'title' => $this->l('Set the maximum number of products that can be selected for comparison'), - 'desc' => $this->l('Set the threshold at which a message will announce the product is close to being out of stock.').' '.$this->l('Set to 0 to disable this feature'), + 'title' => $this->l('Products comparison'), + 'desc' => $this->l('Set the maximum number of products that can be selected for comparison.').' '.$this->l('Set to 0 to disable this feature'), 'validation' => 'isUnsignedId', 'required' => true, 'cast' => 'intval',