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/admin/voters.tt

    r379 r385  
    66[% IF poll.status() != 'AFTER' %] 
    77<div style="float: left; width: 30%;" class="box"> 
    8 <p>[% l('add a vote') %]</p> 
     8<p>[% l('Add a vote') %]</p> 
    99<form action="[% c.uri_for(poll.uid, 'voters') %]" method="POST"> 
    1010[% l('Name:') _ ' ' %]<input type="text" name="id"><br> 
     
    1616<p> 
    1717    <a href="[% c.uri_for(poll.uid, 'voters', 'import') %]"> 
    18         Import voters list... 
     18        Import the list of voters... 
    1919    </a> 
    2020</p> 
    2121 
    2222[% IF poll.status == 'BEFORE' %] 
    23 <input type="checkbox" name="delete">[% l('delete the list of voters') %]<br> 
     23<input type="checkbox" name="delete">[% l('Delete the list of voters') %]<br> 
    2424[% END %] 
    2525<input type="submit" value="[% l('Add') %]"> 
     
    3333</form> 
    3434[% ELSE %] 
    35 [% l('Poll date must be setup before announcing poll to voters') %] 
     35[% l('Poll date must be set before announcing poll to voters') %] 
    3636[% END %] 
    3737</div> 
Note: See TracChangeset for help on using the changeset viewer.