X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=plugins%2FPoll%2Fpollresponseform.php;h=31e8db94148bfc84fe10d1c8cac4f3fc3b652fad;hb=151ff6beb70670802ec404094dd48b58a4afd69a;hp=ce1c31f6c20eeb1eb1691b2dd39b94de01ea8d0b;hpb=487b3be198ba0cc35d798c0eef717c12346042fa;p=quix0rs-gnu-social.git diff --git a/plugins/Poll/pollresponseform.php b/plugins/Poll/pollresponseform.php index ce1c31f6c2..31e8db9414 100644 --- a/plugins/Poll/pollresponseform.php +++ b/plugins/Poll/pollresponseform.php @@ -124,6 +124,6 @@ class PollResponseForm extends Form function formActions() { // TRANS: Button text for submitting a poll response. - $this->out->submit('submit', _m('BUTTON', 'Submit')); + $this->out->submit('poll-response-submit', _m('BUTTON', 'Submit'), 'submit', 'submit'); } }