Skip to content

Commit

Permalink
tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
meganrogge committed Dec 16, 2024
1 parent eeae386 commit ce66598
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export class AccessibilityStatus extends Disposable implements IWorkbenchContrib
private showScreenReaderNotification(): void {
this.screenReaderNotification = this.notificationService.prompt(
Severity.Info,
localize('screenReaderDetectedExplanation.question', "Are you using a screen reader to operate VS Code? This will enable `editor.accessibilitySupport`, optimizing the editor for screen reader usage."),
localize('screenReaderDetectedExplanation.question', "Are you using a screen reader to operate VS Code? This will enable {0}, optimizing the editor for screen reader usage.", 'editor.accessibilitySupport'),
[{
label: localize('screenReaderDetectedExplanation.answerYes', "Yes"),
run: () => {
Expand Down

0 comments on commit ce66598

Please sign in to comment.