Rafał Pitoń 11 лет назад
Родитель
Сommit
3cb8ff24d6
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      templates/cranefly/threads/thread.html

+ 2 - 2
templates/cranefly/threads/thread.html

@@ -57,9 +57,9 @@
         <div class="options-form">
           {{ form_theme.field(poll_form.options) }}
           <p class="poll-voting-help">{% trans choices=poll.max_choices -%}
-            You can vote on one option.
+            You can vote for one option.
           {%- pluralize -%}
-            You can vote on {{ choices }} options.
+            You can vote for {{ choices }} options.
           {%- endtrans %}{% if poll.public %} {% trans %}Your votes will be public.{% endtrans %}{% endif %}</p>
         </div>
         {% else %}