diff options
Diffstat (limited to 'modules/poll/poll.module')
-rw-r--r-- | modules/poll/poll.module | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/poll/poll.module b/modules/poll/poll.module index 317c6ce87..16f76bb9a 100644 --- a/modules/poll/poll.module +++ b/modules/poll/poll.module @@ -23,8 +23,6 @@ function poll_help($section) { ', array('@poll' => url('poll'), '@admin-node-configure-types-poll' => url('admin/content/types/poll'))); $output .= '<p>'. t('For more information please read the configuration and customization handbook <a href="@poll">Poll page</a>.', array('@poll' => 'http://drupal.org/handbook/modules/poll/')) .'</p>'; return $output; - case 'admin/settings/modules#description': - return t("Allows your site to capture votes on different topics in the form of multiple choice questions."); } } |