From b138793b6890a16ec87107779392e4fb0c4cfc8f Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Mon, 31 Jul 2006 11:25:55 +0000 Subject: - Patch #72079 by Earl et al: give Drupal an overall administration page ... :-) --- modules/help/help.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/help') diff --git a/modules/help/help.module b/modules/help/help.module index cde7cb50e..1aa985f24 100644 --- a/modules/help/help.module +++ b/modules/help/help.module @@ -111,7 +111,7 @@ function help_help($section) { $output .= '

'. t('You can not administer the help system.') .'

'; $output .= '

'. t('For more information please read the configuration and customization handbook Help page.', array('%help' => 'http://drupal.org/handbook/modules/help/')) .'

'; return $output; - case 'admin/modules#description': + case 'admin/settings/modules#description': return t('Manages the display of online help.'); } } -- cgit v1.2.3