diff options
Diffstat (limited to 'modules/page/page.module')
-rw-r--r-- | modules/page/page.module | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/page/page.module b/modules/page/page.module index 92b5469b8..6f4deeb88 100644 --- a/modules/page/page.module +++ b/modules/page/page.module @@ -22,9 +22,9 @@ function page_help($section) { <li>read the page administration help at <a href="%admin-help-page">administer >> help >> page</a>.</li> <li>read the story administration help at <a href="%admin-help-story">administer >> help >> story</a>.</li> <li>create a page at <a href="%node-add-page">create content >> page</a>.</li> -<li>administer page content type at <a href="%admin-node-configure-types-page">administer >> content >> configure >> content types >> configure page</a>.</li> +<li>administer page content type at <a href="%admin-settings-content-types-page">administer >> settings >> content types >> configure page</a>.</li> </ul> -', array('%admin-help-node' => url('admin/help/node'), '%admin-help-page' => url('admin/help/page'), '%admin-help-story' => url('admin/help/story'), '%node-add-page' => url('node/add/page'), '%admin-node-configure-types-page' => url('admin/node/configure/types/page'))); +', array('%admin-help-node' => url('admin/help/node'), '%admin-help-page' => url('admin/help/page'), '%admin-help-story' => url('admin/help/story'), '%node-add-page' => url('node/add/page'), '%admin-settings-content-types-page' => url('admin/settings/content-types/page'))); $output .= '<p>'. t('For more information please read the configuration and customization handbook <a href="%page">Page page</a>.', array('%page' => 'http://www.drupal.org/handbook/modules/page/')) .'</p>'; return $output; case 'admin/modules#description': |