Index: trunk/extensions/AJAXPoll/AJAXPoll.i18n.php |
— | — | @@ -40,7 +40,7 @@ |
41 | 41 | 'ajaxpoll-info' => '$1 is the number of votes, $2 is when the poll was started', |
42 | 42 | 'ajaxpoll-vote-permission' => 'Text for viewers who do not have the right to vote', |
43 | 43 | 'right-ajaxpoll-vote' => '{{doc-right|ajaxpoll-vote}}', |
44 | | - 'ajaxpoll-revoke-vote' => 'Voters can revoke their vote and this is the message text to be clicked when a voter wants to revoke a previous vote. The text is only shown for persons who already voted, in extra line below the block of answers.', |
| 44 | + 'ajaxpoll-revoke-vote' => 'Voters can revoke their vote and this is the message text to be clicked when a voter wants to revoke a previous vote. The text is only shown for persons who already voted, in an extra line below the block of answers.', |
45 | 45 | 'ajaxpoll-vote-revoked' => 'System response that the vote was successfully revoked.', |
46 | 46 | ); |
47 | 47 | |