It looks like webform_component_edit_form() is still running t() on the $component['type'] variable, which was our mechanism for translating component types before we got hook_webform_component_type_info(), which can now provided natively translated type names.

CommentFileSizeAuthor
#1 webform_component_type_t.patch881 bytesquicksketch

Comments

quicksketch’s picture

Status: Active » Fixed
StatusFileSize
new881 bytes

Simple fix, just remove the type from the title. We didn't need it in there anyway.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.