From a1652efe0e31b54875c39554d69d53c6fc68ee5f Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sat, 31 Oct 2009 17:57:49 +0000 Subject: - Patch #614396 by lisarex: clarify UI text on page for adding new content types. --- modules/node/node.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/node/node.module') diff --git a/modules/node/node.module b/modules/node/node.module index faa3684a4..1b3f500e8 100644 --- a/modules/node/node.module +++ b/modules/node/node.module @@ -90,7 +90,7 @@ function node_help($path, $arg) { return ' '; // Return a non-null value so that the 'more help' link is shown. case 'admin/structure/types/add': - 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.') . '

'; + return '

' . t('Individual content types can have different fields, behaviors, and permissions assigned to it.') . '

'; case 'admin/structure/types/manage/' . $arg[3] . '/fields': return '

' . t('This form lets you add, edit, and arrange fields within the %type content type.', array('%type' => node_type_get_name($arg[3]))) . '

'; -- cgit v1.2.3