// Change sentences

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@12223 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
mDeflotte
2012-01-06 09:06:02 +00:00
parent b8f8a441d6
commit 5b83729d8e
2 changed files with 427 additions and 429 deletions
@@ -177,7 +177,7 @@ class AdminPreferencesControllerCore extends AdminController
'type' => 'bool'
),
'PS_SHIP_WHEN_AVAILABLE' => array(
'title' => $this->l('Allow shipping when available'),
'title' => $this->l('Delayed shipping'),
'desc' => $this->l('Allow the customer to split his order. One with the products "in stock", and an other with the other products. This option will transform the customer cart in two orders.'),
'validation' => 'isBool',
'cast' => 'intval',