summaryrefslogtreecommitdiff
path: root/modules/legacy/legacy.module
diff options
context:
space:
mode:
Diffstat (limited to 'modules/legacy/legacy.module')
-rw-r--r--modules/legacy/legacy.module1
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;
}