Skip to content

Commit

Permalink
Useless space removed.
Browse files Browse the repository at this point in the history
  • Loading branch information
sineld committed Mar 30, 2013
1 parent d3fc101 commit f70c5e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion select2_locale_tr.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
formatInputTooShort: function (input, min) { var n = min - input.length; return "En az " + n + " karakter daha girmelisiniz"; },
formatInputTooLong: function (input, max) { var n = input.length - max; return n + " karakter azaltmalısınız"; },
formatSelectionTooBig: function (limit) { return "Sadece " + limit + " seçim yapabilirsiniz"; },
formatLoadMore: function (pageNumber) { return "Daha fazla ..."; },
formatLoadMore: function (pageNumber) { return "Daha fazla..."; },
formatSearching: function () { return "Aranıyor..."; }
});
})(jQuery);

0 comments on commit f70c5e2

Please sign in to comment.