1
0
mirror of synced 2024-11-22 13:06:08 +03:00

typo fixed

This commit is contained in:
seferov 2014-05-03 10:24:13 +03:00
parent 344a4b19e2
commit d4fb3a3b00

View File

@ -7,7 +7,7 @@
"use strict";
$.extend($.fn.select2.defaults, {
formatMatches: function (matches) { return matches + " nəticə mövcuddur, hərəkkət etdirmək üçün yuxarı və aşağı düymələrindən istifadə edin."; },
formatMatches: function (matches) { return matches + " nəticə mövcuddur, hərəkət etdirmək üçün yuxarı və aşağı düymələrindən istifadə edin."; },
formatNoMatches: function () { return "Nəticə tapılmadı"; },
formatInputTooShort: function (input, min) { var n = min - input.length; return n + " simvol daxil edin"; },
formatInputTooLong: function (input, max) { var n = input.length - max; return n + " simvol silin"; },