Changing the wording in the accessible view/help (#213681)

changing the wording of the hover widget
This commit is contained in:
Aiday Marlen Kyzy 2024-05-30 09:30:46 +02:00 committed by GitHub
parent 5adf5ece56
commit f1f91ad6c2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -21,7 +21,7 @@ import { Emitter, Event } from 'vs/base/common/event';
import { Disposable, IDisposable } from 'vs/base/common/lifecycle';
namespace HoverAccessibilityHelpNLS {
export const intro = localize('intro', "The hover widget is focused. Press the Tab key to cycle through the hover parts.");
export const intro = localize('intro', "Focus on the hover widget to cycle through the hover parts with the Tab key.");
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);
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);
export const hoverContent = localize('contentHover', "The last focused hover content is the following.");