diff --git a/modules/book/book.info b/modules/book/book.info index 6ee78de4045631a97afeb8a71699a525f3630f75..e4445800590e8bb5166ff0302a9ea8e382af0574 100644 --- a/modules/book/book.info +++ b/modules/book/book.info @@ -1,7 +1,7 @@ ; $Id$ name = Book -description = Allows users to structure site pages in a hierarchy or outline. +description = Allows users to create and organize related content in an outline. package = Core version = VERSION core = 7.x diff --git a/modules/book/book.module b/modules/book/book.module index d5a2e4468747a7a041716b45ee7631e55d52dab8..9bdc23b15fc5b5533ecb99d8b82f664cb4b812cd 100644 --- a/modules/book/book.module +++ b/modules/book/book.module @@ -3,7 +3,7 @@ /** * @file - * Allows users to structure the pages of a site in a hierarchy or outline. + * Allows users to create and organize related content in an outline. */ /**