mirror of
https://github.com/microsoft/vscode.git
synced 2026-02-15 07:28:05 +00:00
rm one
This commit is contained in:
@@ -567,7 +567,7 @@ export class TextAreaHandler extends ViewPart {
|
||||
if (toggleKeybindingLabel) {
|
||||
return nls.localize('accessibilityOffAriaLabel', "{0} To enable screen reader optimized mode, use {1}", editorNotAccessibleMessage, toggleKeybindingLabel);
|
||||
} else if (runCommandKeybindingLabel) {
|
||||
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);
|
||||
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);
|
||||
} else if (keybindingEditorKeybindingLabel) {
|
||||
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);
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user