aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2007-06-16 12:25:36 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2007-06-16 12:25:36 +0000
commit27c082d99ccf135f807de624a3e215e9d5c04b34 (patch)
tree6857521f5d7a8198feedd496e5557f194b1aed34 /phpBB/language
parent88af4b93ea2056692fa42360eabe56d4ee4cedf7 (diff)
downloadforums-27c082d99ccf135f807de624a3e215e9d5c04b34.tar
forums-27c082d99ccf135f807de624a3e215e9d5c04b34.tar.gz
forums-27c082d99ccf135f807de624a3e215e9d5c04b34.tar.bz2
forums-27c082d99ccf135f807de624a3e215e9d5c04b34.tar.xz
forums-27c082d99ccf135f807de624a3e215e9d5c04b34.zip
#12433 (attention: new language variable which *will* give php notices for those using a language pack not having this added variable)
git-svn-id: file:///svn/phpbb/trunk@7766 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language')
-rw-r--r--phpBB/language/en/posting.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/language/en/posting.php b/phpBB/language/en/posting.php
index 37334c961a..79b380b14f 100644
--- a/phpBB/language/en/posting.php
+++ b/phpBB/language/en/posting.php
@@ -144,6 +144,7 @@ $lang = array_merge($lang, array(
'POLL_MAX_OPTIONS_EXPLAIN' => 'This is the number of options each user may select when voting.',
'POLL_OPTIONS' => 'Poll options',
'POLL_OPTIONS_EXPLAIN' => 'Place each option on a new line. You may enter up to <strong>%d</strong> options.',
+ 'POLL_OPTIONS_EDIT_EXPLAIN' => 'Place each option on a new line. You may enter up to <strong>%d</strong> options. If you remove or add options all previous votes will be reset.',
'POLL_QUESTION' => 'Poll question',
'POLL_TITLE_TOO_LONG' => 'The poll title must contain fewer than 100 characters.',
'POLL_TITLE_COMP_TOO_LONG' => 'The parsed size of your poll title is too large, consider removing BBCodes or smilies.',