提交 2b17de29 编写于 作者: J Joao Moreno

better labels for extension quick open contributions

上级 40f2eafe
......@@ -51,7 +51,7 @@ export class ExtensionsWorkbenchExtension implements IWorkbenchContribution {
'vs/workbench/parts/extensions/electron-browser/extensionsQuickOpen',
'LocalExtensionsHandler',
'ext ',
nls.localize('localExtensionsCommands', "Local Extensions Commands")
nls.localize('localExtensionsCommands', "Show Local Extensions")
)
);
......@@ -63,7 +63,7 @@ export class ExtensionsWorkbenchExtension implements IWorkbenchContribution {
'vs/workbench/parts/extensions/electron-browser/extensionsQuickOpen',
'GalleryExtensionsHandler',
'ext install ',
nls.localize('galleryExtensionsCommands', "Gallery Extensions Commands"),
nls.localize('galleryExtensionsCommands', "Install Gallery Extensions"),
true
)
);
......@@ -75,7 +75,7 @@ export class ExtensionsWorkbenchExtension implements IWorkbenchContribution {
'vs/workbench/parts/extensions/electron-browser/extensionsQuickOpen',
'OutdatedExtensionsHandler',
'ext update ',
nls.localize('outdatedExtensionsCommands', "Outdated Extensions Commands"),
nls.localize('outdatedExtensionsCommands', "Update Outdated Extensions"),
true
)
);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册