Index: /CKEditor/branches/features/aria/_source/lang/en.js
===================================================================
--- /CKEditor/branches/features/aria/_source/lang/en.js	(revision 5056)
+++ /CKEditor/branches/features/aria/_source/lang/en.js	(revision 5057)
@@ -545,5 +545,4 @@
 		label : 'Styles',
 		panelTitle : 'Formatting Styles',
-		panelVoiceLabel : 'Select a style',
 		panelTitle1 : 'Block Styles',
 		panelTitle2 : 'Inline Styles',
@@ -555,5 +554,4 @@
 		label : 'Format',
 		panelTitle : 'Paragraph Format',
-		panelVoiceLabel : 'Select a paragraph format',
 
 		tag_p : 'Normal',
@@ -571,5 +569,4 @@
 	contextMenu :
 	{
-		panelVoiceLabel: ''
 	},
 
@@ -596,5 +593,4 @@
 		voiceLabel : 'Font',
 		panelTitle : 'Font Name',
-		panelVoiceLabel : 'Select a font'
 	},
 
@@ -604,5 +600,4 @@
 		voiceLabel : 'Font Size',
 		panelTitle : 'Font Size',
-		panelVoiceLabel : 'Select a font size'
 	},
 
@@ -612,5 +607,4 @@
 		bgColorTitle : 'Background Color',
 		panelTitle : 'Colors',
-		panelVoiceLabel : 'Select a color',
 		auto : 'Automatic',
 		more : 'More Colors...'
Index: /CKEditor/branches/features/aria/_source/plugins/contextmenu/plugin.js
===================================================================
--- /CKEditor/branches/features/aria/_source/plugins/contextmenu/plugin.js	(revision 5056)
+++ /CKEditor/branches/features/aria/_source/plugins/contextmenu/plugin.js	(revision 5057)
@@ -44,6 +44,5 @@
 				aria :
 				{
-					'aria-label' : editor.lang.common.options,
-					'aria-describedby' : editor.lang.contextMenu.panelVoiceLabel
+					'aria-label' : editor.lang.common.options
 				}
 			}
