Skip to content

Commit 1d65268

Browse files
committed
Improve tooltip (#27893)
1 parent 2602410 commit 1d65268

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ const nlsEOLLF = nls.localize('endOfLineLineFeed', "LF");
227227
const nlsEOLCRLF = nls.localize('endOfLineCarriageReturnLineFeed', "CRLF");
228228
const nlsTabFocusMode = nls.localize('tabFocusModeEnabled', "Tab moves focus");
229229
const nlsScreenReaderDetected = nls.localize('screenReaderDetected', "Screen Reader detected");
230-
const nlsScreenReaderDetectedTitle = nls.localize('screenReaderDetectedExtra', "If you are not using a Screen Reader, please change the setting `editor.accessibilitySupport` to off.");
230+
const nlsScreenReaderDetectedTitle = nls.localize('screenReaderDetectedExtra', "If you are not using a Screen Reader, please change the setting `editor.accessibilitySupport` to \"off\".");
231231

232232
function _setDisplay(el: HTMLElement, desiredValue: string): void {
233233
if (el.style.display !== desiredValue) {

0 commit comments

Comments
 (0)