I think there is a mistake in line 253 at webform_validation.module.
# i18nstrings_update('webform_validation:error_message:' . $data['ruleid'] . ':message', $data['error_message']);
must be:
i18nstrings_update_string('webform_validation:error_message:' . $data['ruleid'] . ':message', $data['error_message']);
Thanks for the module!!
Comments
Comment #1
svendecabooterI just followed the documentation as provided by the i18nstrings module: http://drupal.org/node/789286
Is there any reason why I should use the other function?
Comment #2
svendecabooterComment #3
liam morlandPresuming fixed. If this is still a problem, please re-open and provide details.