mirror of
https://github.com/microsoft/vscode.git
synced 2026-08-28 05:37:48 +01:00
fix bug
This commit is contained in:
@@ -506,9 +506,9 @@ class AccessibleView extends Disposable {
|
||||
let hint = '';
|
||||
const disableKeybinding = this._keybindingService.lookupKeybinding(AccessibilityCommandId.DisableVerbosityHint, this._contextKeyService)?.getAriaLabel();
|
||||
if (disableKeybinding) {
|
||||
hint = localize('acessibleViewDisableHint', "Disable the aria label hint to open this ({0})", disableKeybinding);
|
||||
hint = localize('acessibleViewDisableHint', "Disable the aria label hint to open this ({0}).\n", disableKeybinding);
|
||||
} else {
|
||||
hint = localize('accessibleViewDisableHintNoKb', "Add a keybinding for the command Disable Accessible View Hint to disable this hint");
|
||||
hint = localize('accessibleViewDisableHintNoKb', "Add a keybinding for the command Disable Accessible View Hint to disable this hint.\n");
|
||||
}
|
||||
return hint;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user