Skip to content

Commit 682da29

Browse files
committed
Merge pull request victorjonsson#27 from juanluisrp/fix-readme
Fix string length language keys
2 parents 9e3b1ed + 6c8f1c6 commit 682da29

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -148,10 +148,10 @@ var jQueryFormLang = {
148148
badTelephone : 'You have not given a correct phone number',
149149
badSecurityAnswer : 'You have not given a correct answer to the security question',
150150
badDate : 'You have not given a correct date',
151-
toLongStart : 'You have given an answer longer than ',
152-
toLongEnd : ' characters',
153-
toShortStart : 'You have given an answer shorter than ',
154-
toShortEnd : ' characters',
151+
tooLongStart : 'You have given an answer longer than ',
152+
tooLongEnd : ' characters',
153+
tooShortStart : 'You have given an answer shorter than ',
154+
tooShortEnd : ' characters',
155155
badLength : 'You have to give an answer between ',
156156
notConfirmed : 'Values could not be confirmed',
157157
badDomain : 'Incorrect domain value',
@@ -229,4 +229,4 @@ $_SESSION['captcha'] = array( mt_rand(0,9), mt_rand(1, 9) );
229229
[Steve Wasiura](https://github.com/stevewasiura) (contributor)<br />
230230
[Matt Clements](https://github.com/mattclements) (contributor)<br />
231231
[dfcplc](https://github.com/dfcplc) (contributor)<br />
232-
[Scott Gonzales](http://projects.scottsplayground.com/iri/) (URL regexp)
232+
[Scott Gonzales](http://projects.scottsplayground.com/iri/) (URL regexp)

0 commit comments

Comments
 (0)