File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/vs/workbench/contrib/accessibilitySignals/browser Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ export class ShowSignalSoundHelp extends Action2 {
40
40
signal,
41
41
buttons : userGestureSignals . includes ( signal ) ? [ {
42
42
iconClass : ThemeIcon . asClassName ( Codicon . settingsGear ) ,
43
- tooltip : localize ( 'sounds.help.settings' , 'Enable/Disable Sound' ) ,
43
+ tooltip : localize ( 'sounds.help.settings' , 'Configure Sound' ) ,
44
44
alwaysVisible : true
45
45
} ] : [ ]
46
46
} ) ) ;
@@ -108,7 +108,7 @@ export class ShowAccessibilityAnnouncementHelp extends Action2 {
108
108
signal,
109
109
buttons : userGestureSignals . includes ( signal ) ? [ {
110
110
iconClass : ThemeIcon . asClassName ( Codicon . settingsGear ) ,
111
- tooltip : localize ( 'announcement.help.settings' , 'Enable/Disable Announcement' ) ,
111
+ tooltip : localize ( 'announcement.help.settings' , 'Configure Announcement' ) ,
112
112
alwaysVisible : true ,
113
113
} ] : [ ]
114
114
} ) ) ;
You can’t perform that action at this time.
0 commit comments