From 2977a8cd3dba93c0f2d9188a263a23921ac2379c Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Wed, 15 Oct 2003 15:07:47 +0000 Subject: - Some documentation fixes by Mark Coady. --- modules/node.module | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/node.module') diff --git a/modules/node.module b/modules/node.module index 89a5a33d2..62f7feed7 100644 --- a/modules/node.module +++ b/modules/node.module @@ -49,13 +49,13 @@ function node_help($section = "admin/help#node") { $output = t("Settings for the core of Drupal. Almost everything is a node so these settings will affect most of the site."); break; case 'admin/node': - $output = t("Below is a list of all of the nodes in your site. Other forms of content are listed elsewhere (e.g. %comment).
Clicking a title views that node, while clicking an author's name edits their user information.
Other node-related tasks are available from the menu on the left.", array("%comments" => l(t("comments"), "admin/comment"))); + $output = t("Below is a list of all of the nodes in your site. Other forms of content are listed elsewhere (e.g. %comments).
Clicking a title views that node, while clicking an author's name edits their user information.
Other node-related tasks are available from the menu on the left.", array("%comments" => l(t("comments"), "admin/comment"))); break; case 'admin/node/search': $output = t("Enter a simple pattern to search for a post. This can include the wildcard character *.
For example, a search for \"br*\" might return \"bread bakers\", \"our daily bread\" and \"brenda\"."); break; case 'admin/node/settings': - $output = t("This pages lets you set the defaults used during creation of nodes for all the different node types.
comment: Read/write setting for comments.
publish: Is this node publicly viewable, has it been published?
promote: Is this node to be promoted to the front page?
moderate: Does this node need approval before it can be viewed?
static: Is this node always visible on the front page?
revision: Will this node go into the revision system allowing multiple versions to be saved?"); + $output = t("This page lets you set the defaults used during creation of nodes for all the different node types.
comment: Read/write setting for comments.
publish: Is this node publicly viewable, has it been published?
promote: Is this node to be promoted to the front page?
moderate: Does this node need approval before it can be viewed?
static: Is this node always visible on the front page?
revision: Will this node go into the revision system allowing multiple versions to be saved?"); break; } -- cgit v1.2.3