=== modified file 'dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/util/validate/jquery.validate.js' --- dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/util/validate/jquery.validate.js 2010-03-19 11:00:02 +0000 +++ dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/util/validate/jquery.validate.js 2010-03-19 11:25:38 +0000 @@ -1069,8 +1069,9 @@ //-------------------------------------------------- loadLocaled : function(code) { - this.messages = eval(code); - if( !this.messages ) + try { + this.messages = eval(code); + }catch(e) { this.messages = eval("en_GB"); }