Skip to content

Commit f1f91ad

Browse files
authored
Changing the wording in the accessible view/help (microsoft#213681)
changing the wording of the hover widget
1 parent 5adf5ec commit f1f91ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import { Emitter, Event } from 'vs/base/common/event';
2121
import { Disposable, IDisposable } from 'vs/base/common/lifecycle';
2222

2323
namespace HoverAccessibilityHelpNLS {
24-
export const intro = localize('intro', "The hover widget is focused. Press the Tab key to cycle through the hover parts.");
24+
export const intro = localize('intro', "Focus on the hover widget to cycle through the hover parts with the Tab key.");
2525
export const increaseVerbosity = localize('increaseVerbosity', "- The focused hover part verbosity level can be increased with the Increase Hover Verbosity command<keybinding:{0}>.", INCREASE_HOVER_VERBOSITY_ACTION_ID);
2626
export const decreaseVerbosity = localize('decreaseVerbosity', "- The focused hover part verbosity level can be decreased with the Decrease Hover Verbosity command<keybinding:{0}>.", DECREASE_HOVER_VERBOSITY_ACTION_ID);
2727
export const hoverContent = localize('contentHover', "The last focused hover content is the following.");

0 commit comments

Comments
 (0)