From 1cf05b0019dbacb1d92297fb334369b23f253834 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Thu, 25 Oct 2007 15:32:56 +0000 Subject: - Patch #89196 by catch, keith, earnie, webchick et al: string massaging. --- modules/poll/poll.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/poll') diff --git a/modules/poll/poll.module b/modules/poll/poll.module index 4833332c5..a346c7996 100644 --- a/modules/poll/poll.module +++ b/modules/poll/poll.module @@ -166,7 +166,7 @@ function poll_node_info() { 'poll' => array( 'name' => t('Poll'), 'module' => 'poll', - 'description' => t("A poll is a multiple-choice question which visitors can vote on."), + 'description' => t('A poll is a question with a set of possible responses. A poll, once created, automatically provides a simple running count of the number of votes received for each response.'), 'title_label' => t('Question'), 'has_body' => FALSE, ) -- cgit v1.2.3