Ignore:
Timestamp:
03/04/13 10:14:48 (11 years ago)
Author:
thiago
Message:

Ticket #3349 - Validando titulo do botao que considera e desconsidera corpo da msg.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sandbox/2.5.1-expresso1/prototype/modules/attach_message/attach_message.js

    r7944 r7946  
    934934            var msg; 
    935935            if($(this).is(":checked")){ 
    936                 msg = "Desconsiderar o corpo da mensagem como filtro na busca"; 
     936                msg = get_lang("take off this option to disregard the message body in the search."); 
    937937            } else { 
    938                 msg = "Considerar o corpo da mensagem como filtro na busca"; 
     938                msg = get_lang("take on this option to regard the message body in the search."); 
    939939            } 
    940940            $(".attach-message-search-div .button-body-msg-title").attr("title",msg); 
Note: See TracChangeset for help on using the changeset viewer.