diff --git a/core/modules/responsive_image/responsive_image.module b/core/modules/responsive_image/responsive_image.module index 802ffff..c0f8c98 100644 --- a/core/modules/responsive_image/responsive_image.module +++ b/core/modules/responsive_image/responsive_image.module @@ -564,7 +564,7 @@ function responsive_image_form_editor_image_dialog_alter(&$form, FormStateInterf } $form['responsive_image_style']['selection'] = array( - '#title' => t('Image style'), + '#title' => t('Responsive image style'), '#type' => 'select', '#default_value' => isset($image_element['data-responsive-image-style']) ? $image_element['data-responsive-image-style'] : key($responsive_image_options), '#options' => $responsive_image_options,