Skip to content

Commit 9a29bef

Browse files
committed
rm one
1 parent 65f9f6a commit 9a29bef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/editor/browser/controller/textAreaHandler.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -567,7 +567,7 @@ export class TextAreaHandler extends ViewPart {
567567
if (toggleKeybindingLabel) {
568568
return nls.localize('accessibilityOffAriaLabel', "{0} To enable screen reader optimized mode, use {1}", editorNotAccessibleMessage, toggleKeybindingLabel);
569569
} else if (runCommandKeybindingLabel) {
570-
return nls.localize('accessibilityOffAriaLabelNoKb', "{0} The editor is not accessible at this time. To enable screen reader optimized mode, open the quick pick with {1} and run the command Toggle Screen Reader Accessibility Mode, which is currently not triggerable via keyboard.", editorNotAccessibleMessage, runCommandKeybindingLabel);
570+
return nls.localize('accessibilityOffAriaLabelNoKb', "{0} To enable screen reader optimized mode, open the quick pick with {1} and run the command Toggle Screen Reader Accessibility Mode, which is currently not triggerable via keyboard.", editorNotAccessibleMessage, runCommandKeybindingLabel);
571571
} else if (keybindingEditorKeybindingLabel) {
572572
return nls.localize('accessibilityOffAriaLabelNoKbs', "{0} Please assign a keybinding for the command Toggle Screen Reader Accessibility Mode by accessing the keybindings editor with {1} and run it.", editorNotAccessibleMessage, keybindingEditorKeybindingLabel);
573573
} else {

0 commit comments

Comments
 (0)