diff options
Diffstat (limited to 'modules/legacy')
-rw-r--r-- | modules/legacy/legacy.module | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/legacy/legacy.module b/modules/legacy/legacy.module index 9eb6da437..8355dd4d8 100644 --- a/modules/legacy/legacy.module +++ b/modules/legacy/legacy.module @@ -24,7 +24,6 @@ function legacy_help($section) { <li><em>user/view/52</em> to <em>user/52</em>.</li> </ul> '); - $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; } |