diff options
Diffstat (limited to 'phpBB/language/en/lang_main.php')
-rw-r--r-- | phpBB/language/en/lang_main.php | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/phpBB/language/en/lang_main.php b/phpBB/language/en/lang_main.php index e946d490f8..890ce5be1d 100644 --- a/phpBB/language/en/lang_main.php +++ b/phpBB/language/en/lang_main.php @@ -300,10 +300,8 @@ $lang = array_merge($lang, array( 'Add_poll' => 'Add a Poll', 'Add_poll_explain' => 'If you do not want to add a poll to your topic leave the fields blank', 'Poll_question' => 'Poll question', - 'Poll_option' => 'Poll option', - 'Add_option' => 'Add option', - 'Update' => 'Update', - 'Delete' => 'Delete', + 'Poll_options' => 'Poll options', + 'Poll_options_explain' => 'Place each option on a new line. You may enter up to <b>%d</b> options', 'Poll_for' => 'Run poll for', 'Days' => 'Days', 'Poll_for_explain' => '[ Enter 0 or leave blank for a never ending poll ]', |