diff options
| author | Adrien Dorsaz <adrien@adorsaz.ch> | 2013-08-09 01:38:50 +0200 |
|---|---|---|
| committer | Adrien Dorsaz <adrien@adorsaz.ch> | 2013-08-09 01:38:50 +0200 |
| commit | 525fdda2aaae3adc8534ebda777dedddb17ef25f (patch) | |
| tree | f2975e66fd68cc965e55fd84ec09df7fdae861a1 /papillon/templates | |
| parent | 030ab12b940e926acbb835cf7706204f81cbe4f3 (diff) | |
| download | Papillon-525fdda2aaae3adc8534ebda777dedddb17ef25f.tar.bz2 Papillon-525fdda2aaae3adc8534ebda777dedddb17ef25f.zip | |
Remove unused design and fix some labels
Diffstat (limited to 'papillon/templates')
| -rw-r--r-- | papillon/templates/editChoices.html | 2 | ||||
| -rw-r--r-- | papillon/templates/editChoicesAdmin.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/papillon/templates/editChoices.html b/papillon/templates/editChoices.html index 84b2d45..9146e27 100644 --- a/papillon/templates/editChoices.html +++ b/papillon/templates/editChoices.html @@ -10,7 +10,7 @@ {{form_new_choice.poll}} {{form_new_choice.order}} - {%trans "Choice name:"%}<br/> + {%trans "Choice value:"%}<br/> {{form_new_choice.name}} {%trans "Max number of votes (optional):"%}<br/> {{form_new_choice.limit}}<br/> diff --git a/papillon/templates/editChoicesAdmin.html b/papillon/templates/editChoicesAdmin.html index 3ded310..0a8c611 100644 --- a/papillon/templates/editChoicesAdmin.html +++ b/papillon/templates/editChoicesAdmin.html @@ -28,7 +28,7 @@ <table> <tr> {%if not poll.dated_choices%}<th style="word-wrap:none;">{% trans "Position" %}</th>{%endif%} - <th>{% trans "Name" %}</th> + <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> </tr> |
