X-Git-Url: https://jasonwoof.com/gitweb/?p=ckeditor.git;a=blobdiff_plain;f=_source%2Fplugins%2Fformat%2Fplugin.js;h=402672dbfe916b61599002fc154a09e538f4c9dd;hp=b28e4c832cae2669ef14ad3d83e88cc44354d3cc;hb=059b4c2fef02528bf1af189f7996e80652faddfb;hpb=c6e377a02b54abc07129d72b632763c727476a15 diff --git a/_source/plugins/format/plugin.js b/_source/plugins/format/plugin.js index b28e4c8..402672d 100644 --- a/_source/plugins/format/plugin.js +++ b/_source/plugins/format/plugin.js @@ -27,14 +27,12 @@ CKEDITOR.plugins.add( 'format', { label : lang.label, title : lang.panelTitle, - voiceLabel : lang.voiceLabel, className : 'cke_format', - multiSelect : false, - panel : { css : editor.skin.editor.css.concat( config.contentsCss ), - voiceLabel : lang.panelVoiceLabel + multiSelect : false, + attributes : { 'aria-label' : lang.panelTitle } }, init : function()