From c2d7419f23dd2929e7178e2f09f327e08faa348b Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sun, 20 Jun 2004 19:49:14 +0000 Subject: - Patch #8681 by stefan: fixed some broken URLs and help texts. --- modules/poll.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/poll.module') diff --git a/modules/poll.module b/modules/poll.module index 757f183a1..b405e245f 100644 --- a/modules/poll.module +++ b/modules/poll.module @@ -15,7 +15,7 @@ function poll_help($section) {
  • To view the results one needs the \"access content\" permission.
  • To administer polls you need the \"administer nodes\" permission.
  • -

    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.

    The Poll 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.

    ", array("%permissions" => url("admin/user/permission"), "%poll" => url("poll"))); +

    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.

    The Poll 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.

    ", array("%permissions" => url("admin/user/configure/permission"), "%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': -- cgit v1.2.3