From 74bb22939a333770fc30166034104a32e77a1e81 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Zalewski?= Date: Sat, 18 Jul 2015 10:19:10 +0200 Subject: [PATCH] Fixed typo in maximum selected message --- src/js/select2/i18n/pl.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/js/select2/i18n/pl.js b/src/js/select2/i18n/pl.js index 791776a6..030a4ddc 100644 --- a/src/js/select2/i18n/pl.js +++ b/src/js/select2/i18n/pl.js @@ -33,7 +33,7 @@ define(function () { }, maximumSelected: function (args) { return 'Możesz zaznaczyć tylko ' + args.maximum + ' ' + - pluralWord(args.maxiumum, itemsWords); + pluralWord(args.maximum, itemsWords); }, noResults: function () { return 'Brak wyników'; @@ -42,4 +42,4 @@ define(function () { return 'Trwa wyszukiwanie…'; } }; -}); \ No newline at end of file +});