[-] BO : fixed #PSFV-727 (issue #9 to #13)

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@14493 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
lLefevre
2012-04-05 13:51:40 +00:00
parent 7d8332b146
commit 9f4dd1a3ea
7 changed files with 13 additions and 17 deletions
@@ -47,7 +47,7 @@ class AdminPPreferencesControllerCore extends AdminController
'type' => 'bool'
),
'PS_COMPARATOR_MAX_ITEM' => array(
'title' => $this->l('Maximum number of items for comparison:'),
'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'),
'validation' => 'isUnsignedId',
'required' => true,