Changeset 436


Ignore:
Timestamp:
10/07/10 14:16:58 (14 years ago)
Author:
misc
Message:
  • unify string to avoid duplicate
Location:
trunk/root/templates
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/root/templates/ballot/closed.tt

    r332 r436  
    66<div id="ballot"> 
    77[% IF poll.status == 'BEFORE' %] 
    8 [% l('This poll is not yet open.') %] 
     8[% l('This poll is not yet open') %]. 
    99[% ELSIF poll.status == 'AFTER' %] 
    1010[% l('This poll is over, results are now available') %] 
  • trunk/root/templates/vote/default.tt

    r389 r436  
    1414[% CASE 'BEFORE' %] 
    1515<div class="page_box"> 
    16 <p>[% l('This poll is not open for voting yet') %]</p> 
     16<p>[% l('This poll is not yet open') %]</p> 
    1717</div> 
    1818[% INCLUDE 'includes/signing_list.tt' %] 
Note: See TracChangeset for help on using the changeset viewer.