// Change sentences

This commit is contained in:
mDeflotte
2012-01-06 09:06:02 +00:00
parent 94f3e87114
commit f16bb6afa1
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',