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/legacy/legacy.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/legacy/legacy.module') diff --git a/modules/legacy/legacy.module b/modules/legacy/legacy.module index add982cfb..5dd044359 100644 --- a/modules/legacy/legacy.module +++ b/modules/legacy/legacy.module @@ -27,7 +27,7 @@ function legacy_help($section) { $output .= '

'. t('Legacy module has no configurable options.') .'

'; $output .= '

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

'; return $output; - case 'admin/modules#description': + case 'admin/settings/modules#description': return t('Provides legacy handlers for upgrades from older Drupal installations.'); } } -- cgit v1.2.3