未验证 提交 0eb68efa 编写于 作者: A Alexandru Dima 提交者: GitHub

Merge pull request #37515 from waldyrious/wp/select-indentation

Change label of indentation action in status bar
......@@ -311,7 +311,7 @@ export class EditorStatus implements IStatusbarItem {
hide(this.selectionElement);
this.indentationElement = append(this.element, $('a.editor-status-indentation'));
this.indentationElement.title = nls.localize('indentation', "Indentation");
this.indentationElement.title = nls.localize('selectIndentation', "Select Indentation");
this.indentationElement.onclick = () => this.onIndentationClick();
hide(this.indentationElement);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册