Ignore:
Timestamp:
10/06/10 16:33:54 (14 years ago)
Author:
misc
Message:
  • fix some strings, proofreading done by Ahmad Samir
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/root/templates/pollinc/binary/ballot.tt

    r332 r385  
    22[% poll = c.model('Vote').poll(voteid) %] 
    33 
    4 <p>[% l('You need to do') _ ' ' _ poll.info('choice_count') _ ' ' _ l('choices') %] 
     4<p>[% l('You need to select') _ ' ' _ poll.info('choice_count') _ ' ' _ l('choices') %] 
    55[%- IF poll.info('choice_count') != poll.info('elected_count') -%] 
    6 [% l('for') _ ' ' _ poll.info('elected_count') _ ' ' _ l('elected') %] [%- END -%].</p> 
     6[% l('for') _ ' ' _ poll.info('elected_count') _ ' ' _ l('elected') %] [%- END -%]</p> 
    77 
    88[% FOREACH key = poll.choices() %] 
Note: See TracChangeset for help on using the changeset viewer.