[-] 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
@@ -144,8 +144,7 @@ class AdminCurrenciesControllerCore extends AdminController
'size' => 3,
'maxlength' => 11,
'required' => true,
'desc' => $this->l('Conversion rate from one unit of your shop\'s default currency (for example, 1€) to this currency.
For example, if the default currency is euros and this currency is dollars, type \'1.20\'').' 1€ = $1.20',
'desc' => $this->l('Conversion rate from one unit of your shop\'s default currency (for example, 1€) to this currency. For example, if the default currency is euros and this currency is dollars, type \'1.20\'').' 1€ = $1.20',
),
array(
'type' => 'select',