1,9d0 < From 6eea64cb6d62f67dbc23b45be12161b5f2168c96 Mon Sep 17 00:00:00 2001 < From: Dietmar Gigler < Date: Fri, 27 Sep 2013 13:04:27 +0200 < Subject: [PATCH] Update hook_help for Book module < < --- < core/modules/book/book.module | 8 ++++---- < 1 files changed, 4 insertions(+), 4 deletions(-) < 11c2 < index 282aa92..d6b7842 100644 --- > index aef8a52..f1df347 100644 19c10 < + $output .= '

' . t('The Book module is used for creating structured, multi-page content, such as site resource guides, manuals, and wikis. It allows you to create content that has chapters, sections, subsections, or any similarly-tiered structure. For more information, see the online handbook entry for Book module.', array('!book' => 'http://drupal.org/documentation/modules/book')) . '

'; --- > + $output .= '

' . t('The Book module is used for creating structured, multi-page content, such as site resource guides, manuals, and wikis. It allows you to create content that has chapters, sections, subsections, or any similarly-tiered structure. For more information, see the online handbook entry for Book module.', array('!book' => 'https://drupal.org/documentation/modules/book')) . '

'; 24c15 < + $output .= '
' . t('You can assign separate permissions for creating new books as well ascreating, editing and deleting book content. Users with the Administer book outlines permission can add any type of content to a book by selecting the appropriate book outline while editing the content. They can also view a list of all books, and edit and rearrange section titles on the Book administration page.', array('!admin-book' => \Drupal::url('book.admin'))) . '
'; --- > + $output .= '
' . t('You can assign separate permissions for creating new books as well as creating, editing and deleting book content. Users with the Administer book outlines permission can add any type of content to a book by selecting the appropriate book outline while editing the content. They can also view a list of all books, and edit and rearrange section titles on the Book administration page.', array('!admin-book' => \Drupal::url('book.admin'))) . '
'; 40,42d30 < -- < 1.7.5.1 <