Skip to content

Commit 500376f

Browse files
committed
1 parent 43d02af commit 500376f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/vs/workbench/browser/parts/editor/editorStatus.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -501,7 +501,7 @@ export class EditorStatus implements IStatusbarItem {
501501
if (!this.screenReaderNotification) {
502502
this.screenReaderNotification = this.notificationService.prompt(
503503
Severity.Info,
504-
nls.localize('screenReaderDetectedExplanation.question', "Are you using a screen reader to operate VS Code?"),
504+
nls.localize('screenReaderDetectedExplanation.question', "Are you using a screen reader to operate VS Code? (Certain features like folding, minimap or word wrap are disabled when using a screen reader)"),
505505
[{
506506
label: nls.localize('screenReaderDetectedExplanation.answerYes', "Yes"),
507507
run: () => {

0 commit comments

Comments
 (0)