From 4f5c52e2499d26fcc8756f43ff781ef3b9331450 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Hojtsy?= Date: Sat, 27 Oct 2007 13:45:24 +0000 Subject: #100569 by keith.smith: improve explanation of what a book is about (in book.module) --- modules/book/book.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/book/book.module b/modules/book/book.module index da000663d..d4cf70441 100644 --- a/modules/book/book.module +++ b/modules/book/book.module @@ -1010,7 +1010,7 @@ function book_help($path, $arg) { $output .= '

'. t('For more information please read the configuration and customization handbook Book page.', array('@book' => 'http://drupal.org/handbook/modules/book/')) .'

'; return $output; case 'admin/content/book': - return '

'. t('The book module offers a means to organize content, authored by many users, in an online manual, outline or FAQ.') .'

'; + return '

'. t('The book module offers a means to organize a collection of related posts, collectively known as a book. When viewed, these posts automatically display links to adjacent book pages, providing a simple navigation system for creating and reviewing structured content.') .'

'; case 'node/%/outline': return '

'. t('The outline feature allows you to include posts in the book hierarchy, as well as move them within the hierarchy or to reorder an entire book.', array('@book' => url('book'), '@book-admin' => url('admin/content/book'))) .'

'; } -- cgit v1.2.3