[-] BO : #PSTEST-923 - Add field description

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@13793 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
mDeflotte
2012-03-01 14:34:07 +00:00
parent 2ede2a6c33
commit fbab9fc1de
2 changed files with 3 additions and 2 deletions
@@ -232,7 +232,7 @@ class AdminPPreferencesControllerCore extends AdminController
),
'PS_COMPARATOR_MAX_ITEM' => array(
'title' => $this->l('Max items in the comparator:'),
'desc' => $this->l('Set to 0 to disable this feature'),
'desc' => $this->l('Specify here the threshold from which be displayed a message announcing an upcoming out of stock.').' '.$this->l('Set to 0 to disable this feature'),
'validation' => 'isUnsignedId',
'required' => true,
'cast' => 'intval',