From a6db9e6da1f9e750e888aa5d43725188460fcb54 Mon Sep 17 00:00:00 2001 From: Olivier Perez Date: Tue, 3 May 2016 20:59:45 +0200 Subject: [PATCH] Fix string --- tpl/part/vote_table_classic.tpl | 2 +- tpl/part/vote_table_date.tpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tpl/part/vote_table_classic.tpl b/tpl/part/vote_table_classic.tpl index 818c740..0476029 100644 --- a/tpl/part/vote_table_classic.tpl +++ b/tpl/part/vote_table_classic.tpl @@ -3,7 +3,7 @@ {/if}

- {__('Poll results', 'Votes of the poll')} {if $hidden}({__('PollInfo', 'Results are hidden.')}){/if} + {__('Poll results', 'Votes of the poll')} {if $hidden}({__('PollInfo', 'Results are hidden')}){/if} {if $accessGranted} {/if} diff --git a/tpl/part/vote_table_date.tpl b/tpl/part/vote_table_date.tpl index f136b9c..08f8aa6 100644 --- a/tpl/part/vote_table_date.tpl +++ b/tpl/part/vote_table_date.tpl @@ -3,7 +3,7 @@ {/if}

- {__('Poll results', 'Votes of the poll')} {if $hidden}({__('PollInfo', 'Results are hidden.')}){/if} + {__('Poll results', 'Votes of the poll')} {if $hidden}({__('PollInfo', 'Results are hidden')}){/if} {if $accessGranted} {/if}