X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=_source%2Fplugins%2Fmenubutton%2Fplugin.js;h=bd98f7953d40ddefb533c69a08dc8b2e8383c886;hb=8665a7c6c60586526e32e8941fe2896739b6ebfb;hp=ed17b0ea02fa8ee436be7a16c93c16c01f25e909;hpb=ea7e3453c7b0f023b050aca6d9f83ab372860d91;p=ckeditor.git diff --git a/_source/plugins/menubutton/plugin.js b/_source/plugins/menubutton/plugin.js index ed17b0e..bd98f79 100644 --- a/_source/plugins/menubutton/plugin.js +++ b/_source/plugins/menubutton/plugin.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2009, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ @@ -36,6 +36,7 @@ CKEDITOR.UI_MENUBUTTON = 5; if ( !menu ) { menu = _.menu = new CKEDITOR.plugins.contextMenu( editor ); + menu.definition.panel.attributes[ 'aria-label' ] = editor.lang.common.options; menu.onHide = CKEDITOR.tools.bind( function() {