[-] 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
@@ -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',