Skip to content

Commit

Permalink
accented characters fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurentBarbareau authored and mlh758 committed Dec 13, 2017
1 parent 173ce81 commit 363dc10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions i18n/jquery.multiselect.fr.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
$.extend($.ech.multiselect.prototype.options, {
checkAllText: 'Tout cocher',
uncheckAllText: 'Tout décocher',
noneSelectedText: 'Selectionner les options',
selectedText: '# selectionnés'
noneSelectedText: 'Sélectionner les options',
selectedText: '# sélectionnés'
});

})( jQuery );

0 comments on commit 363dc10

Please sign in to comment.