summaryrefslogtreecommitdiff
path: root/modules/poll
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2007-10-25 15:32:56 +0000
committerDries Buytaert <dries@buytaert.net>2007-10-25 15:32:56 +0000
commit1cf05b0019dbacb1d92297fb334369b23f253834 (patch)
tree97bb51cfe8bc079c68fbeb347f033893861750f8 /modules/poll
parent5ae55b80441adcd6a97ec2c7486dd45b4c9e0420 (diff)
downloadbrdo-1cf05b0019dbacb1d92297fb334369b23f253834.tar.gz
brdo-1cf05b0019dbacb1d92297fb334369b23f253834.tar.bz2
- Patch #89196 by catch, keith, earnie, webchick et al: string massaging.
Diffstat (limited to 'modules/poll')
-rw-r--r--modules/poll/poll.module2
1 files changed, 1 insertions, 1 deletions
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 <em>poll</em> is a question with a set of possible responses. A <em>poll</em>, once created, automatically provides a simple running count of the number of votes received for each response.'),
'title_label' => t('Question'),
'has_body' => FALSE,
)