[-] 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:
lLefevre
2012-01-05 08:45:23 +00:00
parent 1b0f925166
commit 97b84fe044
5 changed files with 12 additions and 26 deletions
@@ -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',