diff options
author | Dries Buytaert <dries@buytaert.net> | 2003-12-29 17:14:27 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2003-12-29 17:14:27 +0000 |
commit | 80f34e5ab0c7b08e409fad2c6d148fa933423ce3 (patch) | |
tree | 8ee3f42d34bbd0c456dc678d03733941934e2e14 /modules/node/node.module | |
parent | 90a5a6cf6e722767cb8f00dfdd5d12963b718e91 (diff) | |
download | brdo-80f34e5ab0c7b08e409fad2c6d148fa933423ce3.tar.gz brdo-80f34e5ab0c7b08e409fad2c6d148fa933423ce3.tar.bz2 |
- XHTML improvements: <b> -> <strong>. Patch by Stefan.
Diffstat (limited to 'modules/node/node.module')
-rw-r--r-- | modules/node/node.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/node/node.module b/modules/node/node.module index 120bedd67..b165709ac 100644 --- a/modules/node/node.module +++ b/modules/node/node.module @@ -55,7 +55,7 @@ function node_help($section = "admin/help#node") { $output = t("Enter a simple pattern to search for a post. This can include the wildcard character *.<br />For example, a search for \"br*\" might return \"bread bakers\", \"our daily bread\" and \"brenda\"."); break; case 'admin/node/settings': - $output = t("This page lets you set the defaults used during creation of nodes for all the different node types.<br /><b>comment:</b> Read/write setting for comments.<br /><b>publish:</b> Is this node publicly viewable, has it been published?<br /><b>promote:</b> Is this node to be promoted to the front page?<br /><b>moderate:</b> Does this node need approval before it can be viewed?<br /><b>static:</b> Is this node always visible on the front page?<br /><b>revision:</b> 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.<br /><strong>comment:</strong> Read/write setting for comments.<br /><strong>publish:</strong> Is this node publicly viewable, has it been published?<br /><strong>promote:</strong> Is this node to be promoted to the front page?<br /><strong>moderate:</strong> Does this node need approval before it can be viewed?<br /><strong>static:</strong> Is this node always visible on the front page?<br /><strong>revision:</strong> Will this node go into the revision system allowing multiple versions to be saved?"); break; } |