提交 3b667bb8 编写于 作者: A Alex Dima

Minor word tweak

上级 8b702c26
...@@ -174,7 +174,7 @@ export abstract class CommonCodeEditor extends EventEmitter implements IActionPr ...@@ -174,7 +174,7 @@ export abstract class CommonCodeEditor extends EventEmitter implements IActionPr
private _ariaLabelAppendMessage(): string { private _ariaLabelAppendMessage(): string {
let keybindings = this._keybindingService.lookupKeybindings(editorCommon.SHOW_ACCESSIBILITY_HELP_ACTION_ID); let keybindings = this._keybindingService.lookupKeybindings(editorCommon.SHOW_ACCESSIBILITY_HELP_ACTION_ID);
if (keybindings.length > 0) { if (keybindings.length > 0) {
return nls.localize('showAccessibilityHelp', "Press {0} for more info.", this._keybindingService.getLabelFor(keybindings[0])); return nls.localize('showAccessibilityHelp', "Press {0} if you are using a screen reader.", this._keybindingService.getLabelFor(keybindings[0]));
} }
return ''; return '';
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册