### Eclipse Workspace Patch 1.0 #P DrupalHEAD Index: modules/book/book.info =================================================================== RCS file: /cvs/drupal/drupal/modules/book/book.info,v retrieving revision 1.6 diff -u -r1.6 book.info --- modules/book/book.info 18 Feb 2008 19:19:44 -0000 1.6 +++ modules/book/book.info 10 Mar 2008 01:55:59 -0000 @@ -1,6 +1,6 @@ ; $Id: book.info,v 1.6 2008/02/18 19:19:44 dries Exp $ 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 - optional version = VERSION core = 7.x Index: modules/book/book.module =================================================================== RCS file: /cvs/drupal/drupal/modules/book/book.module,v retrieving revision 1.457 diff -u -r1.457 book.module --- modules/book/book.module 20 Feb 2008 13:46:39 -0000 1.457 +++ modules/book/book.module 10 Mar 2008 01:55:59 -0000 @@ -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. */ /**