Преглед изворни кода

Merge pull request #4735 from simi/patch-1

correct typo in pt.js
Kevin Brown пре 8 година
родитељ
комит
04c433d709
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/js/select2/i18n/pt.js

+ 1 - 1
src/js/select2/i18n/pt.js

@@ -9,7 +9,7 @@ define(function () {
 
       var message = 'Por favor apague ' + overChars + ' ';
 
-      message += overChars != 1 ? 'caracteres' : 'carácter';
+      message += overChars != 1 ? 'caracteres' : 'caractere';
 
       return message;
     },