Ignore:
Timestamp:
05/10/11 10:40:08 (13 years ago)
Author:
airton
Message:

Ticket #1820 - Traduz frases do envio e email em texto puro - r4268

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sandbox/2.2.0.2/expressoMail1_2/js/rich_text_editor.js

    r4301 r4302  
    173173                                                html = html.nodeValue.replace( /<br\s*\/?>/mg, "\n" ).replace( /(<([^>]+)>)/ig, '' ).replace( /^[\n ]+|[\n ]+$/g, '' );  
    174174                  
    175                                 if ( ! mobile_device && html != '' && ! ( mail_as_plain.checked = confirm( 'The text format will be lost.' ) ) )  
     175                                if ( ! mobile_device && html != '' && ! ( mail_as_plain.checked = confirm( get_lang( 'The text format will be lost' ) + '.' ) ) ) 
    176176                                   return false;  
    177177                                                 
Note: See TracChangeset for help on using the changeset viewer.