Index: branches/5.1.x/core/units/email_events/email_events_config.php =================================================================== diff -u -N -r13962 -r14105 --- branches/5.1.x/core/units/email_events/email_events_config.php (.../email_events_config.php) (revision 13962) +++ branches/5.1.x/core/units/email_events/email_events_config.php (.../email_events_config.php) (revision 14105) @@ -1,6 +1,6 @@ Array ( 'type' => 'string', 'formatter' => 'kMultiLanguage', 'db_type' => 'text', + 'error_msgs' => Array ('parsing_error' => '!la_error_ParsingError!'), 'required' => 1, 'default' => null ), 'Body' => Array ( 'type' => 'string', 'formatter' => 'kMultiLanguage', 'db_type' => 'longtext', + 'error_msgs' => Array ('parsing_error' => '!la_error_ParsingError!'), 'required' => 1, 'default' => null ),