Ticket #3038: 3038.patch

File 3038.patch, 519 bytes (added by Artur Formella, 16 years ago)
  • _source/plugins/forms/plugin.js

     
    2525
    2626                        editor.ui.addButton( buttonName,
    2727                                {
    28                                         label : editor.lang.common[ commandName ],
     28                                        label : editor.lang.common[ buttonName.charAt(0).toLowerCase() + buttonName.slice(1) ],
    2929                                        command : commandName
    3030                                });
    3131                        CKEDITOR.dialog.add( commandName, dialogFile );
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy