diff options
Diffstat (limited to 'papillon/templates/editChoicesAdmin.html')
-rw-r--r-- | papillon/templates/editChoicesAdmin.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/papillon/templates/editChoicesAdmin.html b/papillon/templates/editChoicesAdmin.html index 0a8c611..7981498 100644 --- a/papillon/templates/editChoicesAdmin.html +++ b/papillon/templates/editChoicesAdmin.html @@ -30,7 +30,7 @@ {%if not poll.dated_choices%}<th style="word-wrap:none;">{% trans "Position" %}</th>{%endif%} <th>{% trans "Value" %}</th> <th>{% trans "Max votes" %}</th> - <th width="60px;">{% trans "Delete?"%} <span class="help_button" title='{% trans "To remove a choice, check this box on the good line and click on Edit."%}'>?</span></th> + <th width="65px;">{% trans "Delete?"%} <span class="help_button" title='{% trans "To remove a choice, check this box on the good line and click on Edit."%}'>?</span></th> </tr> {% for choice in choices %} <form action="." method="post"> |