JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
vanilla ckeditor-3.2.1
[ckeditor.git] / _source / plugins / menubutton / plugin.js
index ed17b0e..bd98f79 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-Copyright (c) 2003-2009, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved.\r
 For licensing, see LICENSE.html or http://ckeditor.com/license\r
 */\r
 \r
@@ -36,6 +36,7 @@ CKEDITOR.UI_MENUBUTTON = 5;
                if ( !menu )\r
                {\r
                        menu = _.menu = new CKEDITOR.plugins.contextMenu( editor );\r
+                       menu.definition.panel.attributes[ 'aria-label' ] = editor.lang.common.options;\r
 \r
                        menu.onHide = CKEDITOR.tools.bind( function()\r
                                {\r