Ignore:
Timestamp:
11/03/11 13:24:28 (12 years ago)
Author:
wmerlotto
Message:

Ticket #2305 - Enviando alteracoes, desenvolvidas internamente na Prognus, do modulo ExpressoMail?.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/expressoMail1_2/js/report_window.js

    r4830 r5134  
    1111        report_window.prototype.make_report_window = function(ID_msg){ 
    1212                _this = this; 
    13                 var title = get_lang("Describe the problem to report to technical support (optional)"); 
     13                var title = get_lang("More information about the problem (optional)"); 
    1414                 
    1515                tree                              = document.createElement("DIV"); 
     
    5252                        msg_confirmation.style.width = "240px"; 
    5353                        msg_confirmation.style.height = "350px"; 
    54                         msg_confirm = get_lang("Attention! The original message will be sent along with the original source of the email message"); 
     54                        msg_confirm = get_lang("Attention! The information contained in the e-mail will be sent to the support team"); 
    5555                        msg_confirmation.innerHTML = "<br><b><font color='BLACK' nowrap>"+msg_confirm+"</font></b>"; 
    5656                                tree.appendChild(msg_confirmation); 
Note: See TracChangeset for help on using the changeset viewer.