Changeset 298 for trunk


Ignore:
Timestamp:
04/07/10 03:56:16 (14 years ago)
Author:
misc
Message:

fix some spelling

Location:
trunk/root/templates/includes
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/root/templates/includes/admin_menu.tt

    r284 r298  
    77:: <a href="[% c.uri_for('/admin', poll.uid, 'ballot') %]">[% l('Ballot') %]</a> 
    88[% END %] 
    9 :: <a href="[% c.uri_for('/admin', poll.uid, 'voting') %]">[% l('Voting') %]</a> 
     9:: <a href="[% c.uri_for('/admin', poll.uid, 'voting') %]">[% l('Voter') %]</a> 
    1010[% IF poll.status == 'BEFORE' %] 
    1111:: <a href="[% c.uri_for('/admin', poll.uid, 'date') %]">[% l('Dates') %]</a> 
  • trunk/root/templates/includes/ballot_form.tt

    r290 r298  
    4040[% END %] 
    4141[% ELSE %] 
    42 <p>[% l('No voting to show') %]</p> 
     42<p>[% l('No voter to show') %]</p> 
    4343[% END %] 
    4444 
     
    5353[% END %] 
    5454<br> 
    55 <input type="submit" name="ballot" value="[% l('Voter') _ ' ' %] &gt;&gt;"> 
     55<input type="submit" name="ballot" value="[% l('Vote') _ ' ' %] &gt;&gt;"> 
    5656</form> 
    5757<hr> 
Note: See TracChangeset for help on using the changeset viewer.