summaryrefslogtreecommitdiff
path: root/modules/legacy/legacy.module
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2006-07-31 11:25:55 +0000
committerDries Buytaert <dries@buytaert.net>2006-07-31 11:25:55 +0000
commitb138793b6890a16ec87107779392e4fb0c4cfc8f (patch)
tree50cb488c27cabba23a3116e72aa3e970617a8048 /modules/legacy/legacy.module
parent3a7b64ae03242d09685ad2a2e82c9657f7fa85e6 (diff)
downloadbrdo-b138793b6890a16ec87107779392e4fb0c4cfc8f.tar.gz
brdo-b138793b6890a16ec87107779392e4fb0c4cfc8f.tar.bz2
- Patch #72079 by Earl et al: give Drupal an overall administration page ... :-)
Diffstat (limited to 'modules/legacy/legacy.module')
-rw-r--r--modules/legacy/legacy.module2
1 files changed, 1 insertions, 1 deletions
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 .= '<p>'. t('Legacy module has no configurable options.') .'</p>';
$output .= '<p>'. t('For more information please read the configuration and customization handbook <a href="%legacy">Legacy page</a>.', array('%legacy' => 'http://drupal.org/handbook/modules/legacy/')) .'</p>';
return $output;
- case 'admin/modules#description':
+ case 'admin/settings/modules#description':
return t('Provides legacy handlers for upgrades from older Drupal installations.');
}
}