You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
exportconstopeningDocs=nls.localize("openingDocs","Now opening the Editor Accessibility documentation page.");
16
-
exportconstreadonlyDiffEditor=nls.localize("readonlyDiffEditor"," in a read-only pane of a diff editor.");
17
-
exportconsteditableDiffEditor=nls.localize("editableDiffEditor"," in a pane of a diff editor.");
18
-
exportconstreadonlyEditor=nls.localize("readonlyEditor"," in a read-only code editor");
19
-
exportconsteditableEditor=nls.localize("editableEditor"," in a code editor");
11
+
exportconstreadonlyDiffEditor=nls.localize("readonlyDiffEditor","You are in a read-only pane of a diff editor.");
12
+
exportconsteditableDiffEditor=nls.localize("editableDiffEditor","You are in a pane of a diff editor.");
13
+
exportconstreadonlyEditor=nls.localize("readonlyEditor","You are in a read-only code editor");
14
+
exportconsteditableEditor=nls.localize("editableEditor","You are in a code editor");
20
15
exportconstchangeConfigToOnMac=nls.localize("changeConfigToOnMac","To configure the editor to be optimized for usage with a Screen Reader press Command+E now.");
21
16
exportconstchangeConfigToOnWinLinux=nls.localize("changeConfigToOnWinLinux","To configure the editor to be optimized for usage with a Screen Reader press Control+E now.");
22
17
exportconstauto_on=nls.localize("auto_on","The editor is configured to be optimized for usage with a Screen Reader.");
exportconstopenDocMac=nls.localize("openDocMac","Press Command+H now to open a browser window with more information related to editor accessibility.");
29
24
exportconstopenDocWinLinux=nls.localize("openDocWinLinux","Press Control+H now to open a browser window with more information related to editor accessibility.");
0 commit comments