summaryrefslogtreecommitdiff
path: root/modules/poll.module
diff options
context:
space:
mode:
authorNeil Drumm <drumm@3064.no-reply.drupal.org>2006-05-07 00:08:36 +0000
committerNeil Drumm <drumm@3064.no-reply.drupal.org>2006-05-07 00:08:36 +0000
commit9cff02e91b43dc978023d6cb35ab12ee8c613bf8 (patch)
tree681a03fe40b520b54fbf41c995ea928d2310edb7 /modules/poll.module
parentd8d12d901ddb7cbba95d8f0ba533fbec43b191b2 (diff)
downloadbrdo-9cff02e91b43dc978023d6cb35ab12ee8c613bf8.tar.gz
brdo-9cff02e91b43dc978023d6cb35ab12ee8c613bf8.tar.bz2
#61802 by Zen, Double spaced sentences clean up
Diffstat (limited to 'modules/poll.module')
-rw-r--r--modules/poll.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/poll.module b/modules/poll.module
index 6788900fb..d7b03f7e6 100644
--- a/modules/poll.module
+++ b/modules/poll.module
@@ -13,7 +13,7 @@
function poll_help($section) {
switch ($section) {
case 'admin/help#poll':
- $output = '<p>'. t('The poll module can be used to create simple polls for site users. A poll is a simple multiple choice questionnaire which displays the cumulative results of the answers to the poll. Having polls on the site is a good way to get instant feedback from community members.') .'</p>';
+ $output = '<p>'. t('The poll module can be used to create simple polls for site users. A poll is a simple multiple choice questionnaire which displays the cumulative results of the answers to the poll. Having polls on the site is a good way to get instant feedback from community members.') .'</p>';
$output .= '<p>'. t('Users can create a poll. The title of the poll should be the question, then enter the answers and the "base" vote counts. You can also choose the time period over which the vote will run.The <a href="%poll">poll</a> item in the navigation menu will take you to a page where you can see all the current polls, vote on them (if you haven\'t already) and view the results.', array('%poll' => url('poll'))) .'</p>';
$output .= t('<p>You can</p>
<ul>