mirror of
https://github.com/microsoft/vscode.git
synced 2026-09-14 23:30:23 +01:00
"Open new Search Editor to the Side" should be "Open New Search Editor to the Side" (#169579)
Fixes #168229
This commit is contained in:
@@ -280,7 +280,7 @@ registerAction2(class extends Action2 {
|
||||
constructor() {
|
||||
super({
|
||||
id: OpenNewEditorToSideCommandId,
|
||||
title: { value: localize('search.openNewEditorToSide', "Open new Search Editor to the Side"), original: 'Open new Search Editor to the Side' },
|
||||
title: { value: localize('search.openNewEditorToSide', "Open New Search Editor to the Side"), original: 'Open new Search Editor to the Side' },
|
||||
category,
|
||||
f1: true,
|
||||
description: openArgDescription
|
||||
|
||||
Reference in New Issue
Block a user