提交 308fd777 编写于 作者: S Sandeep Somavarapu

ExtensionActions: Rename Global to Always

上级 9b79baec
......@@ -346,7 +346,7 @@ export class EnableGloballyAction extends Action {
@IExtensionsWorkbenchService private extensionsWorkbenchService: IExtensionsWorkbenchService,
@IExtensionsRuntimeService private extensionsRuntimeService: IExtensionsRuntimeService
) {
super('extensions.enableGlobally', localize('enableGloballyAction', "Global"), '', false);
super('extensions.enableGlobally', localize('enableGloballyAction', "Always"), '', false);
}
private update(): void {
......@@ -440,7 +440,7 @@ export class DisableGloballyAction extends Action {
constructor(
@IExtensionsWorkbenchService private extensionsWorkbenchService: IExtensionsWorkbenchService
) {
super('extensions.disableGlobally', localize('disableGloballyAction', "Global"), '', true);
super('extensions.disableGlobally', localize('disableGloballyAction', "Always"), '', true);
}
run(): TPromise<any> {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册