[-] 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:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user