diff options
author | Angie Byron <webchick@24967.no-reply.drupal.org> | 2009-11-01 20:15:26 +0000 |
---|---|---|
committer | Angie Byron <webchick@24967.no-reply.drupal.org> | 2009-11-01 20:15:26 +0000 |
commit | b882d991d01544fb458cb58614fdba4fab0997eb (patch) | |
tree | d49afcc4a0ea95137e58189b9feaef4e0bd00033 /modules/node | |
parent | 9cd9403584be5032903ac32bb38fdf95734a92c4 (diff) | |
download | brdo-b882d991d01544fb458cb58614fdba4fab0997eb.tar.gz brdo-b882d991d01544fb458cb58614fdba4fab0997eb.tar.bz2 |
#614396 follow-up by David_Rothstein: Grammar police. ;)
Diffstat (limited to 'modules/node')
-rw-r--r-- | modules/node/node.module | 2 |
1 files changed, 1 insertions, 1 deletions
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 '<p>' . t('Individual content types can have different fields, behaviors, and permissions assigned to it.') . '</p>'; + return '<p>' . t('Individual content types can have different fields, behaviors, and permissions assigned to them.') . '</p>'; case 'admin/structure/types/manage/' . $arg[3] . '/fields': return '<p>' . t('This form lets you add, edit, and arrange fields within the %type content type.', array('%type' => node_type_get_name($arg[3]))) . '</p>'; |