diff --git a/tpl/part/vote_table_classic.tpl b/tpl/part/vote_table_classic.tpl index ecddafb..bf0a0d2 100644 --- a/tpl/part/vote_table_classic.tpl +++ b/tpl/part/vote_table_classic.tpl @@ -145,9 +145,9 @@ {foreach $best_choices as $best_choice} {if $max == $best_choice} {$count_bests = $count_bests +1} -
{_("The best choice at this time is:")}
+{_('The best choice at this time is:')}
{elseif $count_bests > 1}{_("The bests choices at this time are:")}
+{_('The bests choices at this time are:')}
{/if} @@ -182,7 +182,7 @@ {$i = $i+1} {/foreach} -{_("with")} {$max} {if $max==1}{_('vote')}{else}{_('votes')}{/if}.
+{_('with')} {$max} {if $max==1}{_('vote')}{else}{_('votes')}{/if}.
{_("The best choice at this time is:")}
+{_('The best choice at this time is:')}
{elseif $count_bests > 1}{_("The bests choices at this time are:")}
+{_('The bests choices at this time are:')}
{/if} @@ -214,7 +214,7 @@ {/foreach} {/foreach} -{_("with")} {$max} {if $max==1}{_('vote')}{else}{_('votes')}{/if}.
+{_('with')} {$max} {if $max==1}{_('vote')}{else}{_('votes')}{/if}.