Skip to content
Snippets Groups Projects
Commit 5236388a authored by Ben Adida's avatar Ben Adida
Browse files

made language better for number of options to select

parent c5cad8f3
No related branches found
No related tags found
No related merge requests found
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
{#/for}</b> {#/for}</b>
{#if $T.choices[$T.question$index].length < $T.question.max} {#if $T.choices[$T.question$index].length < $T.question.max}
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;
[you selected only {$T.choices[$T.question$index].length}, you may select up to {$T.question.max}] [you under-voted: you may select up to {$T.question.max}]
{#/if} {#/if}
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;
[<a onclick="BOOTH.show_question({$T.question$index}); return false;" href="#">edit</a>] [<a onclick="BOOTH.show_question({$T.question$index}); return false;" href="#">edit</a>]
......
...@@ -6,15 +6,20 @@ ...@@ -6,15 +6,20 @@
<br /> <br />
<b>{$T.question.question}</b> <b>{$T.question.question}</b>
<br /> <br />
<span style="font-size: 0.6em;">Question #{$T.question_num + 1} of {$T.last_question_num + 1} &mdash; <span style="font-size: 0.6em;">#{$T.question_num + 1} of {$T.last_question_num + 1} &mdash;
select vote for
{#if $T.question.min && $T.question.min > 0} {#if $T.question.min && $T.question.min > 0}
at least {$T.question.min} answer{#if $T.question.min > 1}s{#/if}, {#if $T.question.max}
{$T.question.min} to {$T.question.max}
{#else}
at least {$T.question.min}
{#/if} {#/if}
{#else}
{#if $T.question.max} {#if $T.question.max}
up to {$T.question.max} answer{#if $T.question.max > 1}s{#/if} up to {$T.question.max}
{#else} {#else}
as many of the choices as you approve of as many as you approve of
{#/if}
{#/if} {#/if}
</span> </span>
</p> </p>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment