diff options
author | Dries Buytaert <dries@buytaert.net> | 2008-10-13 19:59:41 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2008-10-13 19:59:41 +0000 |
commit | 0ff80347a0268b630aa078be3dee3e16d34bc17f (patch) | |
tree | e9f20b2a108853bed9bd2c5a5abdb3e3e8c543a0 | |
parent | 32ba32df76fca6aa00c3a613b009cab9f4146a1b (diff) | |
download | brdo-0ff80347a0268b630aa078be3dee3e16d34bc17f.tar.gz brdo-0ff80347a0268b630aa078be3dee3e16d34bc17f.tar.bz2 |
- Patch #232095 by birdmanx35, keith.smith: improve book module description.
-rw-r--r-- | modules/book/book.info | 2 | ||||
-rw-r--r-- | 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 6ee78de40..e44458005 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 d5a2e4468..9bdc23b15 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. */ /** |