diff --git a/core/modules/language/language.module b/core/modules/language/language.module index a16a446..d4f6bf5 100644 --- a/core/modules/language/language.module +++ b/core/modules/language/language.module @@ -63,7 +63,7 @@ function language_help($route_name, RouteMatchInterface $route_match) { return $output; case 'language.negotiation_browser': - $output = '
' . t('Browsers use different language codes to refer to the same languages. Drupal will make a best effort to determine the correct language based on the code that the browser sends, but for finer control you can add and edit mappings from browser language codes to the languages used by Drupal.', array('!configure-languages' => \Drupal::url('language.admin_overview'))) . '
'; + $output = '' . t('Browsers use different language codes to refer to the same languages. This language mapping list allows to match those to the languages used internally.', array('!configure-languages' => \Drupal::url('language.admin_overview'))) . '
'; return $output; case 'language.negotiation_selected':