From b29af16bf51ce6b60d8d447951b24c7948979866 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sun, 11 Nov 2001 23:23:41 +0000 Subject: [PATCH] - updated the "update help"-text --- modules/book.module | 5 +++-- modules/book/book.module | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/modules/book.module b/modules/book.module index 8cc5692e15f..3a4fbe47998 100644 --- a/modules/book.module +++ b/modules/book.module @@ -5,7 +5,7 @@ function book_node($field) { global $user; $info["name"] = t("book page"); - $info["description"] = t("A book is a collaborative effort on a certain subject. Users collaborate writing the pages of the book, positioning the pages in the right order, and reviewing or modifying pages previously written. You can add a new book page or you can modify existing pages."); + $info["description"] = t("A book is a collaborative writing effort: users can collaborate writing the pages of the book, positioning the pages in the right order, and reviewing or modifying pages previously written. So when you have some information to share or when you read a page of the book and you didn't like it, or if you think a certain page could have been written better, you can do something about it."); return $info[$field]; } @@ -107,7 +107,8 @@ function book_form($node, $help, $error) { ** Carry out some explanation or submission guidelines: */ - $help = t("\"update book page\"-help: to be written! It should explain the basic idea behind our collaborative book and how their update helps to improve the quality of the book. Also mention that all updates are subject to moderation or review. Any who can put this into a fluent English help text?"); + $help = book_node("description"); + /* ** If a regular user updates a book page, we create a new revision diff --git a/modules/book/book.module b/modules/book/book.module index 8cc5692e15f..3a4fbe47998 100644 --- a/modules/book/book.module +++ b/modules/book/book.module @@ -5,7 +5,7 @@ function book_node($field) { global $user; $info["name"] = t("book page"); - $info["description"] = t("A book is a collaborative effort on a certain subject. Users collaborate writing the pages of the book, positioning the pages in the right order, and reviewing or modifying pages previously written. You can add a new book page or you can modify existing pages."); + $info["description"] = t("A book is a collaborative writing effort: users can collaborate writing the pages of the book, positioning the pages in the right order, and reviewing or modifying pages previously written. So when you have some information to share or when you read a page of the book and you didn't like it, or if you think a certain page could have been written better, you can do something about it."); return $info[$field]; } @@ -107,7 +107,8 @@ function book_form($node, $help, $error) { ** Carry out some explanation or submission guidelines: */ - $help = t("\"update book page\"-help: to be written! It should explain the basic idea behind our collaborative book and how their update helps to improve the quality of the book. Also mention that all updates are subject to moderation or review. Any who can put this into a fluent English help text?"); + $help = book_node("description"); + /* ** If a regular user updates a book page, we create a new revision