1
0
mirror of synced 2024-11-22 21:16:10 +03:00

Merge pull request #3587 from michalzalewski/master

Polish translation: Fixed typo in maximum selected message
This commit is contained in:
Kevin Brown 2015-07-18 10:38:38 -04:00
commit 041a3627b9

View File

@ -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…';
}
};
});
});