diff --git a/select2_locale_nl.js b/select2_locale_nl.js index 2ee26627..8061a28e 100644 --- a/select2_locale_nl.js +++ b/select2_locale_nl.js @@ -10,6 +10,6 @@ formatInputTooLong: function (input, max) { var n = input.length - max; return "Vul " + n + " karakter" + (n == 1? "" : "s") + " minder in"; }, formatSelectionTooBig: function (limit) { return "Maximaal " + limit + " item" + (limit == 1 ? "" : "s") + " toegestaan"; }, formatLoadMore: function (pageNumber) { return "Meer resultaten laden..."; }, - formatSearching: function () { return "Zoeken..."; }, + formatSearching: function () { return "Zoeken..."; } }); })(jQuery); \ No newline at end of file