Skip to content

Commit 363dc10

Browse files
LaurentBarbareaumlh758
authored andcommitted
accented characters fixed
1 parent 173ce81 commit 363dc10

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

i18n/jquery.multiselect.fr.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
$.extend($.ech.multiselect.prototype.options, {
77
checkAllText: 'Tout cocher',
88
uncheckAllText: 'Tout décocher',
9-
noneSelectedText: 'Selectionner les options',
10-
selectedText: '# selectionnés'
9+
noneSelectedText: 'Sélectionner les options',
10+
selectedText: '# sélectionnés'
1111
});
1212

1313
})( jQuery );

0 commit comments

Comments
 (0)