diff --git a/core/modules/language/language.module b/core/modules/language/language.module index b654919..56750ff 100644 --- a/core/modules/language/language.module +++ b/core/modules/language/language.module @@ -36,8 +36,8 @@ function language_help($path, $arg) { $output .= '
' . t('If the Block module is enabled, then you can add a language switcher block on the Block layout page to allow users to switch between languages.', array('!blocks' => (\Drupal::moduleHandler()->moduleExists('block')) ? \Drupal::url('block.admin_display') : '#')) . '
'; $output .= '
' . t('Making a block visible per language') . '
'; $output .= '
' . t('If the Block module is enabled, then the Language module allows you to set the visibility of a block based on selected languages on the Block layout page.', array('!blocks' => (\Drupal::moduleHandler()->moduleExists('block')) ? \Drupal::url('block.admin_display') : '#')) . '
'; - $output .= '
' . t('Setting user languages') . '
'; - $output .= '
' . t('Users can set a Site language on their profile page. This language is used for email messages, and can be used by modules to determine a user\'s language. It can also be used for interface text, if the User method is enabled as a Detection and selection method (see below). Administrative users can set a separate Administration pages language to be used for interface text on administration pages. This configuration to is only available on the user\'s profile page if the Account administration pages method is enabled (see below).') . '
'; + $output .= '
' . t('Choosing user languages') . '
'; + $output .= '
' . t('Users can choose a Site language on their profile page. This language is used for email messages, and can be used by modules to determine a user\'s language. It can also be used for interface text, if the User method is enabled as a Detection and selection method (see below). Administrative users can choose a separate Administration pages language for the interface text on administration pages. This configuration is only available on the user\'s profile page if the Account administration pages method is enabled (see below).') . '
'; $output .= '
' . t('Language detection and selection') . '
'; $output .= '
' . t('The Detection and selection page provides several methods for deciding which language is used for displaying interface text. When a method detects and selects an interface language, then the following methods in the list are not applied. You can order them by importance, with your preferred method at the top of the list, followed by one or several fall-back methods.'); $output .= '