[-] BO : fix small bug for translations
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@12164 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -241,8 +241,7 @@ class AdminStockConfigurationControllerCore extends AdminController
|
||||
'label' => $this->l('No')
|
||||
)
|
||||
),
|
||||
'desc' => $this->l('For this status, you have to define if it is possible to edit the order.
|
||||
An editable order is an order not valid to send to the supplier.')
|
||||
'desc' => $this->l('For this status, you have to define if it is possible to edit the order. An editable order is an order not valid to send to the supplier.')
|
||||
),
|
||||
array(
|
||||
'type' => 'radio',
|
||||
@@ -284,8 +283,7 @@ class AdminStockConfigurationControllerCore extends AdminController
|
||||
'label' => $this->l('No')
|
||||
)
|
||||
),
|
||||
'desc' => $this->l('For this status, you have to define if products have been partially/completely received.
|
||||
This allows to know if the products ordered have to be added to the corresponding warehouse.'),
|
||||
'desc' => $this->l('For this status, you have to define if products have been partially/completely received. This allows to know if the products ordered have to be added to the corresponding warehouse.'),
|
||||
),
|
||||
array(
|
||||
'type' => 'radio',
|
||||
|
||||
Reference in New Issue
Block a user