#614396 follow-up by David_Rothstein: Grammar police. ;)

merge-requests/26/head
Angie Byron 2009-11-01 20:15:26 +00:00
parent 9cd9403584
commit b882d991d0
1 changed files with 1 additions and 1 deletions

View File

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