Merge pull request #3587 from michalzalewski/master
Polish translation: Fixed typo in maximum selected message
This commit is contained in:
commit
041a3627b9
4
src/js/select2/i18n/pl.js
vendored
4
src/js/select2/i18n/pl.js
vendored
@ -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…';
|
||||
}
|
||||
};
|
||||
});
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user