Ticket #3213: 3213.patch

File 3213.patch, 853 bytes (added by Martin Kou, 15 years ago)
  • _source/plugins/wysiwygarea/plugin.js

     
    154154                                                        mainElement.setAttributes(
    155155                                                                {
    156156                                                                        role : 'region',
    157                                                                         title : 'CKEditor ' + editor.name + '. Type in text.'
     157                                                                        title : 'Rich text area ' + editor.name + '. Type in text.'
    158158                                                                } );
    159159                                                        iframe.setAttributes(
    160160                                                                {
     
    171171                                                                'top' : '-1000000px',
    172172                                                                left : '-1000000px'
    173173                                                        } );
    174                                                         label.append( CKEDITOR.document.createText( 'CKEditor ' + editor.name ) );
     174                                                        label.append( CKEDITOR.document.createText( 'Rich text area ' + editor.name ) );
    175175                                                        label.insertBefore( iframe );
    176176                                                }
    177177                                        };
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy