summaryrefslogtreecommitdiff
path: root/modules/poll
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2005-02-12 07:51:14 +0000
committerDries Buytaert <dries@buytaert.net>2005-02-12 07:51:14 +0000
commit5b7ecb86501b2713106243108d72eb36afd48b1f (patch)
tree89dfeebbbafd383b22dd3a6ddc0cbaf139923db3 /modules/poll
parent95f4d9751e5d77933e659fedc92ce048fe347afa (diff)
downloadbrdo-5b7ecb86501b2713106243108d72eb36afd48b1f.tar.gz
brdo-5b7ecb86501b2713106243108d72eb36afd48b1f.tar.bz2
- Patch #17208 by asimmonds: help text fixes:
- permissions menu link updates in a number of modules help - anchor link fix in distributed auth help - "my account" link fix in user help - spelling correction in tracker.module help - I also changed 'admin/access/perms' to 'admin/access/permissions'.
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 21eede302..fae6e098a 100644
--- a/modules/poll/poll.module
+++ b/modules/poll/poll.module
@@ -21,7 +21,7 @@ function poll_help($section) {
<li>To view the results one needs the \"access content\" permission.</li>
<li>To administer polls you need the \"administer nodes\" permission.</li>
</ul>
- <p>Creating a poll is much like creating any other node. Click \"create poll\" in your user box. 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.</p><p>The <a href=\"%poll\">Poll</a> item in the navigation links 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.</p>", array("%permissions" => url("admin/user/configure/permission"), "%poll" => url("poll")));
+ <p>Creating a poll is much like creating any other node. Click \"create poll\" in your user box. 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.</p><p>The <a href=\"%poll\">Poll</a> item in the navigation links 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.</p>", array("%permissions" => url("admin/access/permissions"), "%poll" => url("poll")));
case 'admin/modules#description':
return t("Enables your site to capture votes on different topics in the form of multiple choice questions.");
case 'node/add#poll':