JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
vanilla ckeditor-3.2
[ckeditor.git] / _source / plugins / font / plugin.js
index 02e86df..70f3d9d 100644 (file)
@@ -38,14 +38,12 @@ For licensing, see LICENSE.html or http://ckeditor.com/license
                        {\r
                                label : lang.label,\r
                                title : lang.panelTitle,\r
-                               voiceLabel : lang.voiceLabel,\r
                                className : 'cke_' + ( styleType == 'size' ? 'fontSize' : 'font' ),\r
-                               multiSelect : false,\r
-\r
                                panel :\r
                                {\r
                                        css : editor.skin.editor.css.concat( config.contentsCss ),\r
-                                       voiceLabel : lang.panelVoiceLabel\r
+                                       multiSelect : false,\r
+                                       attributes : { 'aria-label' : lang.panelTitle }\r
                                },\r
 \r
                                init : function()\r