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

svendecabooter’s picture

I 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?

svendecabooter’s picture

Status: Active » Postponed (maintainer needs more info)
liam morland’s picture

Status: Postponed (maintainer needs more info) » Closed (works as designed)

Presuming fixed. If this is still a problem, please re-open and provide details.