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

This commit is contained in:
mDeflotte
2012-03-01 14:34:07 +00:00
parent 22289dff03
commit f6a6f7b4f8
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',