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

Fix #52584 - more descriptive label for "clear search results" button

上级 f2b1432b
......@@ -255,7 +255,7 @@ export class CollapseDeepestExpandedLevelAction extends Action {
export class ClearSearchResultsAction extends Action {
static readonly ID: string = 'search.action.clearSearchResults';
static LABEL: string = nls.localize('ClearSearchResultsAction.label', "Clear");
static LABEL: string = nls.localize('ClearSearchResultsAction.label', "Clear Search Results");
constructor(id: string, label: string,
@IViewletService private viewletService: IViewletService,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册