diff --git a/locale/en.json b/locale/en.json index f6c41e4..a0a3519 100644 --- a/locale/en.json +++ b/locale/en.json @@ -283,7 +283,8 @@ "Vote yes for": "Vote \"yes\" for", "Votes of the poll": "Votes", "polled user": "polled user", - "polled users": "polled users" + "polled users": "polled users", + "Link to edit this particular line" : "Link to edit this particular line" }, "PollInfo": { "Admin link of the poll": "Admin link for the poll", diff --git a/tpl/part/vote_table_classic.tpl b/tpl/part/vote_table_classic.tpl index 9b18189..1b57894 100644 --- a/tpl/part/vote_table_classic.tpl +++ b/tpl/part/vote_table_classic.tpl @@ -151,6 +151,11 @@ title="{__('Poll results', 'Remove the line:')} {$vote->name|html}"> {__('Generic', 'Remove')} + + + {__('Poll results', 'Link to edit this particular line')} + + {/if} {else} diff --git a/tpl/part/vote_table_date.tpl b/tpl/part/vote_table_date.tpl index 0fa5804..db8cdce 100644 --- a/tpl/part/vote_table_date.tpl +++ b/tpl/part/vote_table_date.tpl @@ -209,6 +209,11 @@ title="{__('Poll results', 'Remove the line:')} {$vote->name|html}"> {__('Generic', 'Remove')} + + + {__('Poll results', 'Link to edit this particular line')} + + {/if} {else}