From 0ff80347a0268b630aa078be3dee3e16d34bc17f Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Mon, 13 Oct 2008 19:59:41 +0000 Subject: [PATCH] - Patch #232095 by birdmanx35, keith.smith: improve book module description. --- modules/book/book.info | 2 +- modules/book/book.module | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/book/book.info b/modules/book/book.info index 6ee78de4045..e4445800590 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 d5a2e446874..9bdc23b15fc 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. */ /**