diff --git a/plugins/content_types/entity_context/entity_field.inc b/plugins/content_types/entity_context/entity_field.inc index 45bd482027d553813d95935d728b5fc72fdf8875..e252064a6df193e44a27684eb62ad4550867dd84 100644 --- a/plugins/content_types/entity_context/entity_field.inc +++ b/plugins/content_types/entity_context/entity_field.inc @@ -49,7 +49,10 @@ function ctools_entity_field_content_type_content_types() { 'edit form' => array( 'ctools_entity_field_content_type_formatter_options' => array( 'default' => TRUE, - 'title' => t('Formatter Options'), + 'title' => t('Formatter options for: @widget_label (@field_name)', array( + '@widget_label' => t($field['label']), + '@field_name' => $field_name, + )), ), 'ctools_entity_field_content_type_formatter_styles' => t('Formatter Styles'), ),