@@ -88,7 +88,7 @@ function node_help($path, $arg) {
$output.='<dt>'.t('Creating content').'</dt>';
$output.='<dd>'.t('When new content is created, the Node module records basic information about the content, including the author, date of creation, and the <a href="@content-type">Content type</a>. It also manages the <em>publishing options</em>, which define whether or not the content is published, promoted to the front page of the site, and/or sticky at the top of content lists. Default settings can be configured for each <a href="@content-type">type of content</a> on your site.',array('@content-type'=>url('admin/structure/types'))).'</dd>';
$output.='<dd>'.t('The Node module gives users with the <em>Administer content types</em> permission the ability to <a href="@content-new">create new content types</a> in addition to the default ones already configured. Creating custom content types allows you the flexibility to add <a href="@field">fields</a> and configure default settings that suit the differing needs of various site content.',array('@field'=>url('admin/help/field'))).'</dd>';
$output.='<dd>'.t('The Node module gives users with the <em>Administer content types</em> permission the ability to <a href="@content-new">create new content types</a> in addition to the default ones already configured. Creating custom content types allows you the flexibility to add <a href="@field">fields</a> and configure default settings that suit the differing needs of various site content.',array('@content-new'=>url('admin/structure/types/add'),'@field'=>url('admin/help/field'))).'</dd>';
$output.='<dd>'.t('The <a href="@content">Content administration page</a> allows you to review and bulk manage your site content.',array('@content'=>url('admin/content'))).'</dd>';