diff --git a/core/modules/text/text.module b/core/modules/text/text.module index 5cf285f..d5a6375 100644 --- a/core/modules/text/text.module +++ b/core/modules/text/text.module @@ -47,7 +47,7 @@ function text_help($path, $arg) { $output .= '
' . t('Trimming the text length') . '
'; $output .= '
' . t('On the Manage Display page you can choose to display a trimmed version of the text, and if so, where to cut off the text.') . '
'; $output .= '
' . t('Displaying summaries instead of trimmed text') . '
'; - $output .= '
' . t('As an alternative to using a trimmed version of the text, you can enter a separate summary by choosing the Long text with summary format on the Manage Fields page. Even when Summary input is enabled, and summaries are provided, you can display trimmed text nonetheless by choosing the appropriate format on the Manage Display page.') . '
'; + $output .= '
' . t('As an alternative to using a trimmed version of the text, you can enter a separate summary by choosing the Long text with summary field type on the Manage Fields page. Even when Summary input is enabled, and summaries are provided, you can display trimmed text nonetheless by choosing the appropriate format on the Manage Display page.') . '
'; $output .= '
' . t('Using text formats and editors') . '
'; $output .= '
' . t('With the Text processing options you can restrict the input to Plain text only, or allow users to format text. Which options are available to individual users depends on the settings on the Text formats and editors page. If formatted text is submitted, you can still display it without the formatting by choosing Plain text as the Format on the Manage Display page.', array('!formats' => \Drupal::url('filter.admin_overview'))) . '
'; $output .= '';