提交 ea09c486 编写于 作者: R Rob Lourens

Settings search - tweak labels

上级 7ce28240
...@@ -434,7 +434,7 @@ class PreferencesRenderersController extends Disposable { ...@@ -434,7 +434,7 @@ class PreferencesRenderersController extends Disposable {
this._currentNewExtensionsSearchProvider = (updateCurrentResults && this._currentNewExtensionsSearchProvider) || this.preferencesSearchService.getRemoteSearchProvider(query, true); this._currentNewExtensionsSearchProvider = (updateCurrentResults && this._currentNewExtensionsSearchProvider) || this.preferencesSearchService.getRemoteSearchProvider(query, true);
this._remoteFilterInProgress = this.filterOrSearchPreferences(query, this._currentRemoteSearchProvider, 'nlpResult', nls.localize('nlpResult', "Natural Language Results"), 1) this._remoteFilterInProgress = this.filterOrSearchPreferences(query, this._currentRemoteSearchProvider, 'nlpResult', nls.localize('nlpResult', "Natural Language Results"), 1)
.then(result => this.filterOrSearchPreferences(query, this._currentNewExtensionsSearchProvider, 'newExtensionsResult', nls.localize('newExtensionsResult', "Other Extension Results"), 2)); .then(result => this.filterOrSearchPreferences(query, this._currentNewExtensionsSearchProvider, 'newExtensionsResult', nls.localize('newExtensionsResult', "Marketplace Extension Results"), 2));
return this._remoteFilterInProgress.then(() => { return this._remoteFilterInProgress.then(() => {
this._remoteFilterInProgress = null; this._remoteFilterInProgress = null;
......
...@@ -877,7 +877,7 @@ export class ExtensionCodelensRenderer extends Disposable implements CodeLensPro ...@@ -877,7 +877,7 @@ export class ExtensionCodelensRenderer extends Disposable implements CodeLensPro
const extId = s.extensionPublisher + '.' + s.extensionName; const extId = s.extensionPublisher + '.' + s.extensionName;
return <ICodeLensSymbol>{ return <ICodeLensSymbol>{
command: { command: {
title: nls.localize('newExtensionLabel', "View \"{0}\"", extId), title: nls.localize('newExtensionLabel', "Show Extension \"{0}\"", extId),
id: 'workbench.extensions.action.showExtensionsWithId', id: 'workbench.extensions.action.showExtensionsWithId',
arguments: [extId.toLowerCase()] arguments: [extId.toLowerCase()]
}, },
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册