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

@@ -65,7 +65,7 @@
<div class="form-group {if $error}has-error{/if}">
<label for="{$label_attr.for}" class="control-label">{$label} : </label>
<input type="text" id="{$label_attr.for}" name="{$name}" class="form-control" value="{$value}" title="{$label}" placeholder="2">
<span class="help-block">{intl l='Sets the number of decimal points'}</span>
<span class="help-block">{intl l='Decimal places'}</span>
</div>
{/form_field}