aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/help_faq.php
diff options
context:
space:
mode:
authorJonathan Stanley <shs@users.sourceforge.net>2007-04-13 06:09:52 +0000
committerJonathan Stanley <shs@users.sourceforge.net>2007-04-13 06:09:52 +0000
commitbdd206fe332386fb8069499c55a314f4a8be0738 (patch)
treee6c549ef859ed8de3f46c0fd41457ab35befa560 /phpBB/language/en/help_faq.php
parent2853c380a5d3503c4895f9851e2816eff2a55593 (diff)
downloadforums-bdd206fe332386fb8069499c55a314f4a8be0738.tar
forums-bdd206fe332386fb8069499c55a314f4a8be0738.tar.gz
forums-bdd206fe332386fb8069499c55a314f4a8be0738.tar.bz2
forums-bdd206fe332386fb8069499c55a314f4a8be0738.tar.xz
forums-bdd206fe332386fb8069499c55a314f4a8be0738.zip
#8654
git-svn-id: file:///svn/phpbb/trunk@7351 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language/en/help_faq.php')
-rw-r--r--phpBB/language/en/help_faq.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/language/en/help_faq.php b/phpBB/language/en/help_faq.php
index 62c7b78de6..567717067f 100644
--- a/phpBB/language/en/help_faq.php
+++ b/phpBB/language/en/help_faq.php
@@ -120,7 +120,7 @@ $help = array(
),
array(
0 => 'How do I create a poll?',
- 1 => 'Creating a poll is easy, when you post a new topic (or edit the first post of a topic, if you have permission) you should see an <em>Add Poll</em> form below the main posting box (if you cannot see this then you probably do not have rights to create polls). You should enter a title for the poll and then at least two options (to set an option type in the poll question and click the <em>Add option</em> button. You can also set a time limit for the poll, 0 is an infinite poll. There will be a limit to the number of options you can list, this is set by the board administrator.'
+ 1 => 'Creating a poll is easy, when you post a new topic (or edit the first post of a topic, if you have permission) you should see the “Poll creation” tab below the main posting form (if you cannot see this then you do not have appropriate permissions to create polls). You should enter a title for the poll in “Poll question” and then at least two options in the “Poll options” textarea (limit is set by the board administrator), with each option separated by a new line. You can also set the number of options user may select during voting under “Options per user”, setting a time limit in days for the poll (0 is a poll of infinite duration) and lastly the option if users are allowed to amend their votes.'
),
array(
0 => 'How do I edit or delete a poll?',