Fixes french translation.

This commit is contained in:
Franck Allimant
2014-05-16 11:12:24 +02:00
parent 90947bcda9
commit 9cdac6d50e
5 changed files with 52 additions and 11 deletions

View File

@@ -110,7 +110,7 @@ class LangCreateForm extends BaseForm
'constraints' => array(
new NotBlank()
),
'label' => Translator::getInstance()->trans('Sets the number of decimal points'),
'label' => Translator::getInstance()->trans('Decimal places'),
'label_attr' => array(
'for' => 'decimals'
)