Merge pull request #3587 from michalzalewski/master
Polish translation: Fixed typo in maximum selected message
This commit is contained in:
commit
041a3627b9
2
src/js/select2/i18n/pl.js
vendored
2
src/js/select2/i18n/pl.js
vendored
@ -33,7 +33,7 @@ define(function () {
|
|||||||
},
|
},
|
||||||
maximumSelected: function (args) {
|
maximumSelected: function (args) {
|
||||||
return 'Możesz zaznaczyć tylko ' + args.maximum + ' ' +
|
return 'Możesz zaznaczyć tylko ' + args.maximum + ' ' +
|
||||||
pluralWord(args.maxiumum, itemsWords);
|
pluralWord(args.maximum, itemsWords);
|
||||||
},
|
},
|
||||||
noResults: function () {
|
noResults: function () {
|
||||||
return 'Brak wyników';
|
return 'Brak wyników';
|
||||||
|
Loading…
Reference in New Issue
Block a user