@@ -148,10 +148,10 @@ var jQueryFormLang = {
148
148
badTelephone : ' You have not given a correct phone number' ,
149
149
badSecurityAnswer : ' You have not given a correct answer to the security question' ,
150
150
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' ,
155
155
badLength : ' You have to give an answer between ' ,
156
156
notConfirmed : ' Values could not be confirmed' ,
157
157
badDomain : ' Incorrect domain value' ,
@@ -229,4 +229,4 @@ $_SESSION['captcha'] = array( mt_rand(0,9), mt_rand(1, 9) );
229
229
[ Steve Wasiura] ( https://github.com/stevewasiura ) (contributor)<br />
230
230
[ Matt Clements] ( https://github.com/mattclements ) (contributor)<br />
231
231
[ 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