Ignore:
Timestamp:
02/24/12 13:36:55 (12 years ago)
Author:
thiago
Message:

Ticket #2486 - Reajuste na traducao que estava falantando nas flags.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/prototype/modules/mail/templates/followupflag_configure.ejs

    r5544 r5545  
    6161                        </div>           
    6262                   <div class="completed-followup"> 
    63                                 <input type="checkbox" name="done" <%=(followupflagged.isDone && followupflagged.isDone != '0') ? 'checked="checked"' : '' %> /><label><%= get_lang("Basic")%>Concluido</label> 
     63                                <input type="checkbox" name="done" <%=(followupflagged.isDone && followupflagged.isDone != '0') ? 'checked="checked"' : '' %> /><label><%= get_lang("Done")%></label> 
    6464                   </div>                
    6565                </div> 
Note: See TracChangeset for help on using the changeset viewer.