summaryrefslogtreecommitdiff
path: root/modules/book
diff options
context:
space:
mode:
Diffstat (limited to 'modules/book')
-rw-r--r--modules/book/book.info4
-rw-r--r--modules/book/book.module2
2 files changed, 4 insertions, 2 deletions
diff --git a/modules/book/book.info b/modules/book/book.info
new file mode 100644
index 000000000..c4ad50ef7
--- /dev/null
+++ b/modules/book/book.info
@@ -0,0 +1,4 @@
+; $Id$
+name = Book
+description = Allows users to collaboratively author a book.
+
diff --git a/modules/book/book.module b/modules/book/book.module
index b8fd87b10..8ed14872a 100644
--- a/modules/book/book.module
+++ b/modules/book/book.module
@@ -985,8 +985,6 @@ function book_help($section) {
', array('@node-add-book' => url('node/add/book'), '@admin-node-book' => url('admin/content/book'), '@admin-settings-content-types-book-page' => url('admin/content/types/book'), '@admin-block' => url('admin/build/block'), '@admin-access' => url('admin/user/access')));
$output .= '<p>'. t('For more information please read the configuration and customization handbook <a href="@book">Book page</a>.', array('@book' => 'http://drupal.org/handbook/modules/book/')) .'</p>';
return $output;
- case 'admin/settings/modules#description':
- return t('Allows users to collaboratively author a book.');
case 'admin/content/book':
return t('<p>The book module offers a means to organize content, authored by many users, in an online manual, outline or FAQ.</p>');
case 'admin/content/book/orphan':