diff --git a/core/modules/locale/lib/Drupal/locale/Form/LocaleSettingsForm.php b/core/modules/locale/lib/Drupal/locale/Form/LocaleSettingsForm.php index 0b4b71f..e1b13d0 100644 --- a/core/modules/locale/lib/Drupal/locale/Form/LocaleSettingsForm.php +++ b/core/modules/locale/lib/Drupal/locale/Form/LocaleSettingsForm.php @@ -122,11 +122,10 @@ public function submitForm(array &$form, array &$form_state) { ->set('translation.overwrite_not_customized', FALSE) ->save(); break; - } - // Invalidate the cached translation status when the configuration - // setting of 'use_source' changes. + // Invalidate the cached translation status when the configuration setting + // of 'use_source' changes. if ($form['use_source']['#default_value'] != $form_state['values']['use_source']) { locale_translation_clear_status(); }