I changed the following line to make this nice module compliant with language translation ... through the t() function
(line #63 of custom_add_another.module file)
$form[$field_name][$this_langcode]['add_more']['#value'] = t($instance_settings['custom_add_another']);
I hope this is right, and that might help ... and included in next module release
Comments
Comment #1
steven jones commentedThanks for the patch!
Committed: http://drupalcode.org/project/custom_add_another.git/commit/8f74e87
Comment #2.0
(not verified) commentedcorrect code