Changeset 5573


Ignore:
Timestamp:
02/28/12 10:04:52 (12 years ago)
Author:
thiago
Message:

Ticket #2486 - Trocado algumas traduções nos marcadores

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/prototype/modules/mail/js/label.js

    r5566 r5573  
    159159         
    160160        if($(".label-list li").length == 0){ 
    161                 winElement.find(".label-list-container").html('<ul class="label-list"><li class="empty-item">'+get_lang("Label None")+'.</li></ul>');                    
     161                winElement.find(".label-list-container").html('<ul class="label-list"><li class="empty-item">'+get_lang("No labels found")+'.</li></ul>');                       
    162162        }  
    163163        var qtdLi = $(".label-list-container ul").find("li").not(".empty-item").length; 
     
    265265                //Exibe a mensagem informando o usuário de que não há nenhum marcador cadastrado. 
    266266                Label_List = winElement 
    267                 .find(".label-list-container").html('<ul class="label-list"><li class="empty-item">'+get_lang("Label None")+'.</li></ul>'); 
     267                .find(".label-list-container").html('<ul class="label-list"><li class="empty-item">'+get_lang("No labels found")+'.</li></ul>'); 
    268268                 
    269269        } 
Note: See TracChangeset for help on using the changeset viewer.