[-] BO : fix small bug for translations

This commit is contained in:
lLefevre
2012-01-05 08:45:23 +00:00
parent dabe3f8a90
commit b699d169e0
5 changed files with 12 additions and 26 deletions
@@ -102,8 +102,7 @@ class AdminPPreferencesControllerCore extends AdminController
),
'PS_ATTRIBUTE_CATEGORY_DISPLAY' => array(
'title' => $this->l('Display "add to cart" button when product has attributes:'),
'desc' => $this->l('Display or hide the "add to cart" button on category pages for products
that have attributes to force customers to see the product detail'),
'desc' => $this->l('Display or hide the "add to cart" button on category pages for products that have attributes to force customers to see the product detail'),
'validation' => 'isBool',
'cast' => 'intval',
'type' => 'bool'