Skip to content

Commit 4654233

Browse files
committed
tweak wording
1 parent 9c1da8c commit 4654233

File tree

1 file changed

+1
-1
lines changed
  • src/vs/editor/contrib/hover/browser

1 file changed

+1
-1
lines changed

src/vs/editor/contrib/hover/browser/hover.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ class ShowOrFocusHoverAction extends EditorAction {
384384
}
385385
if (configurationService.getValue('accessibility.verbosity.hover') && accessibilityService.isScreenReaderOptimized()) {
386386
const keybinding = keybindingService.lookupKeybinding('editor.action.accessibleView')?.getAriaLabel();
387-
const hint = keybinding ? nls.localize('chatAccessibleViewHint', "Inspect the response in the accessible view with {0}", keybinding) : nls.localize('chatAccessibleViewHintNoKb', "Inspect the response in the accessible view via the command Open Accessible View which is currently not triggerable via keybinding");
387+
const hint = keybinding ? nls.localize('chatAccessibleViewHint', "Inspect this in the accessible view with {0}", keybinding) : nls.localize('chatAccessibleViewHintNoKb', "Inspect this in the accessible view via the command Open Accessible View which is currently not triggerable via keybinding");
388388
status(hint);
389389
}
390390
}

0 commit comments

Comments
 (0)