Skip to content

Commit b91de64

Browse files
authored
Non-breaking spaces missing
1 parent 8cb7665 commit b91de64

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

language/fr/exceptions.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,10 @@
5050
*/
5151
$lang = array_merge($lang, array(
5252
'EXCEPTION_FIELD_MISSING' => 'Un champ obligatoire est manquant',
53-
'EXCEPTION_INVALID_ARGUMENT' => 'Argument incorrect spécifié pour `%1$s`. Motif : %2$s',
53+
'EXCEPTION_INVALID_ARGUMENT' => 'Argument incorrect spécifié pour `%1$s`. Motif : %2$s',
5454
'EXCEPTION_OUT_OF_BOUNDS' => 'Le champ `%1$s` a reçu une donnée incohérente',
5555
'EXCEPTION_TOO_LONG' => 'La donnée saisie était plus longue que la longueur maximale possible.',
5656
'EXCEPTION_NOT_UNIQUE' => 'La donnée n’était pas unique.',
57-
'EXCEPTION_UNEXPECTED_VALUE' => 'Le champ `%1$s` a reçu une donnée inattendue. Motif : %2$s',
57+
'EXCEPTION_UNEXPECTED_VALUE' => 'Le champ `%1$s` a reçu une donnée inattendue. Motif : %2$s',
5858
'EXCEPTION_ILLEGAL_CHARACTERS' => 'La donnée contenait des caractères interdits.',
5959
));

0 commit comments

Comments
 (0)