提交 8a21d65d 编写于 作者: A Alex Dima

Fixes #2304: Use better label when `tabFocusMode` is enabled

上级 14450182
......@@ -79,7 +79,7 @@ const nlsMultiSelectionRange = nls.localize('multiSelectionRange', "{0} selectio
const nlsMultiSelection = nls.localize('multiSelection', "{0} selections");
const nlsEOLLF = nls.localize('endOfLineLineFeed', "LF");
const nlsEOLCRLF = nls.localize('endOfLineCarriageReturnLineFeed', "CRLF");
const nlsTabFocusMode = nls.localize('tabFocusModeEnabled', "Accessibility Mode On");
const nlsTabFocusMode = nls.localize('tabFocusModeEnabled', "Tab moves focus");
export class EditorStatus implements IStatusbarItem {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册