From b882d991d01544fb458cb58614fdba4fab0997eb Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Sun, 1 Nov 2009 20:15:26 +0000 Subject: #614396 follow-up by David_Rothstein: Grammar police. ;) --- 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 71338eba7..7fecc2a74 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('Individual content types can have different fields, behaviors, and permissions assigned to it.') . '

'; + return '

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

'; 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