Ignore:
Timestamp:
04/20/11 15:16:25 (13 years ago)
Author:
roberto.santosjunior
Message:

Ticket #1768 - Responder a todos de uma mensagem com cópia oculta(correção)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2/expressoMail1_2/js/main.js

    r4089 r4112  
    11271127                                } 
    11281128                } 
    1129                         if (data.to_all != "destinatarios nao divulgados") 
     1129                        if (data.to_all != get_lang("undisclosed-recipient")) 
    11301130                                data.to_all = data.to_all.join(","); 
    11311131                        else 
Note: See TracChangeset for help on using the changeset viewer.