summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2009-08-07 21:38:51 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2009-08-07 21:38:51 +0000
commit39475692da16a1542dfa33c7185d21114bdbf698 (patch)
tree529e64cd0be49b7904f404006c6522e2478dc996
parentfaefcd52a68caf43202072364f6a83f44f0a1eb7 (diff)
downloadbrdo-39475692da16a1542dfa33c7185d21114bdbf698.tar.gz
brdo-39475692da16a1542dfa33c7185d21114bdbf698.tar.bz2
#523244 by arianek, Bojhan, and yoroy: Re-working content type add description.
-rw-r--r--modules/node/node.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/node/node.module b/modules/node/node.module
index 48872f50f..725891d9f 100644
--- a/modules/node/node.module
+++ b/modules/node/node.module
@@ -43,7 +43,7 @@ function node_help($path, $arg) {
case 'admin/content':
return ' '; // Return a non-null value so that the 'more help' link is shown.
case 'admin/structure/types/add':
- return '<p>' . t('To create a new content type, enter the human-readable name, the machine-readable name, and all other relevant fields that are on this page. Once created, users of your site will be able to create posts that are instances of this content type.') . '</p>';
+ return '<p>' . t('Each piece of content is of a specific content type. Each <em>content type</em> can have different fields, behaviors, and permissions assigned to it.') . '</p>';
case 'node/%/revisions':
return '<p>' . t('The revisions let you track differences between multiple versions of a post.') . '</p>';
case 'node/%/edit':