summaryrefslogtreecommitdiff
path: root/modules/help/help.module
diff options
context:
space:
mode:
authorNeil Drumm <drumm@3064.no-reply.drupal.org>2006-09-01 07:32:58 +0000
committerNeil Drumm <drumm@3064.no-reply.drupal.org>2006-09-01 07:32:58 +0000
commitf96e48456d9326ab27d40ae38cdd0305df62fb99 (patch)
tree6328351c034ab12166fbcf150d962326d931990c /modules/help/help.module
parent17bffb056ce2ffb7314d5b4b6b68b96dd72cb882 (diff)
downloadbrdo-f96e48456d9326ab27d40ae38cdd0305df62fb99.tar.gz
brdo-f96e48456d9326ab27d40ae38cdd0305df62fb99.tar.bz2
#80844 by Uwe Hermann. Various string cleanup, which should have been put in smaller patches.
Diffstat (limited to 'modules/help/help.module')
-rw-r--r--modules/help/help.module8
1 files changed, 4 insertions, 4 deletions
diff --git a/modules/help/help.module b/modules/help/help.module
index d0e13fdb3..2e0bfcf17 100644
--- a/modules/help/help.module
+++ b/modules/help/help.module
@@ -52,15 +52,15 @@ function help_main() {
<dt>Moderation</dt>
<dd>The activity of making sure a post to a Drupal site fits in with what is expected for that Drupal site.
<dl>
- <dt>Approved</dt><dd>A moderated post which has been accepted by the moderators for publication. (See published).</dd>
- <dt>Waiting</dt><dd>A moderated post which is still being voted on to be accepted for publication. (See published.)</dd>
+ <dt>Approved</dt><dd>A moderated post which has been accepted by the moderators for publication (see published).</dd>
+ <dt>Waiting</dt><dd>A moderated post which is still being voted on to be accepted for publication (see published).</dd>
</dl>
</dd>
<dt>Node</dt><dd>The basic data unit in Drupal. Everything is a node or an extension of a node.</dd>
<dt>Public</dt><dd>See published.</dd>
- <dt>Published</dt><dd>A node that is viewable by everyone. (See unpublished.)</dd>
+ <dt>Published</dt><dd>A node that is viewable by everyone (see unpublished).</dd>
<dt>Role</dt><dd>A classification users are placed into for the purpose of setting users' permissions.</dd>
- <dt>Taxonomy</dt><dd>A division of a collection of things into ordered, classified groups. (See <a href=\"@taxonomy\">taxonomy help</a>.)</dd>
+ <dt>Taxonomy</dt><dd>A division of a collection of things into ordered, classified groups (see <a href=\"@taxonomy\">taxonomy help</a>).</dd>
<dt>Unpublished</dt><dd>A node that is only viewable by administrators and moderators.</dd>
<dt>User</dt><dd>A person who has an account at your Drupal site, and is logged in with that account.</dd>
<dt>Visitor</dt><dd>A person who does not have an account at your Drupal site or a person who has an account at your Drupal site but is <strong>not</strong> logged in with that account. Also termed \"anonymous user\".</dd>