diff --git a/core/modules/config_translation/config_translation.module b/core/modules/config_translation/config_translation.module index a936c4b..f95373c 100644 --- a/core/modules/config_translation/config_translation.module +++ b/core/modules/config_translation/config_translation.module @@ -24,7 +24,7 @@ function config_translation_help($route_name, Request $request) { $output .= '
' . t('Enabling translation') . '
'; $output .= '
' . t('In order to translate configuration, the website must have at least two languages.', array('!url' => \Drupal::url('language.admin_overview'))) . '
'; $output .= '
' . t('Translating configuration text') . '
'; - $output .= '
' . t('The Configuration translation page shows a list of all configuration text that can be translated, either as individual items or as lists. After you click on Translate, you are provided with a list of all languages. You can add a translation for a specific language, but also edit the text in the site\'s default language. For some configuration text items (for example for the site information), the specific translation page can also be accessed directly from their configuration pages.', array('!translation-page' => \Drupal::url('config_translation.mapper_list'))) . '
'; + $output .= '
' . t('Users with the Translate user edited configuration permission can access the configuration translation overview, and manage translations for specific languages. The Configuration translation page shows a list of all configuration text that can be translated, either as individual items or as lists. After you click on Translate, you are provided with a list of all languages. You can add or edit a translation for a specific language. Users with specific configuration permissions can also edit the text for the site\'s default language. For some configuration text items (for example for the site information), the specific translation pages can also be accessed directly from their configuration pages.', array('!translation-page' => \Drupal::url('config_translation.mapper_list'))) . '
'; $output .= '
' . t('Translating date formats') . '
'; $output .= '
' . t('You can choose to translate date formats on the Configuration translation page. This allows you not only to translate the label text, but also to set a language-specific PHP date format.', array('!translation-page' => \Drupal::url('config_translation.mapper_list'))) . '
'; $output .= '';