Ticket #3038: 3038.patch
File 3038.patch, 519 bytes (added by , 16 years ago) |
---|
-
_source/plugins/forms/plugin.js
25 25 26 26 editor.ui.addButton( buttonName, 27 27 { 28 label : editor.lang.common[ commandName],28 label : editor.lang.common[ buttonName.charAt(0).toLowerCase() + buttonName.slice(1) ], 29 29 command : commandName 30 30 }); 31 31 CKEDITOR.dialog.add( commandName, dialogFile );