提交 bd7a83c1 编写于 作者: J Johannes Rieken

tweak wording

上级 41d6a0a5
......@@ -186,13 +186,13 @@ class InsertSnippetAction extends EditorAction {
if (isEnabled) {
pick.buttons = [{
iconClass: Codicon.eye.classNames,
tooltip: nls.localize('disableSnippet', 'Disable Snippet')
tooltip: nls.localize('disableSnippet', 'Hide from IntelliSense')
}];
} else {
pick.description = nls.localize('isDisabled', "(disabled)");
pick.description = nls.localize('isDisabled', "(hidden from IntelliSense)");
pick.buttons = [{
iconClass: Codicon.eyeClosed.classNames,
tooltip: nls.localize('enable.snippet', 'Enable Snippet')
tooltip: nls.localize('enable.snippet', 'Show in IntelliSense')
}];
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册