From 39475692da16a1542dfa33c7185d21114bdbf698 Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Fri, 7 Aug 2009 21:38:51 +0000 Subject: #523244 by arianek, Bojhan, and yoroy: Re-working content type add description. --- modules/node/node.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/node') 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 '

' . 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.') . '

'; + return '

' . t('Each piece of content is of a specific content type. Each content type can have different fields, behaviors, and permissions assigned to it.') . '

'; case 'node/%/revisions': return '

' . t('The revisions let you track differences between multiple versions of a post.') . '

'; case 'node/%/edit': -- cgit v1.2.3