提交 c5e4f09d 编写于 作者: D Daniel Imms

Upper case find command titles

Fixes #96421
上级 27a97b95
...@@ -1219,7 +1219,7 @@ export function registerTerminalActions() { ...@@ -1219,7 +1219,7 @@ export function registerTerminalActions() {
constructor() { constructor() {
super({ super({
id: TERMINAL_COMMAND_ID.FIND_NEXT, id: TERMINAL_COMMAND_ID.FIND_NEXT,
title: localize('workbench.action.terminal.findNext', "Find next"), title: localize('workbench.action.terminal.findNext', "Find Next"),
f1: true, f1: true,
category, category,
keybinding: [ keybinding: [
...@@ -1245,7 +1245,7 @@ export function registerTerminalActions() { ...@@ -1245,7 +1245,7 @@ export function registerTerminalActions() {
constructor() { constructor() {
super({ super({
id: TERMINAL_COMMAND_ID.FIND_PREVIOUS, id: TERMINAL_COMMAND_ID.FIND_PREVIOUS,
title: localize('workbench.action.terminal.findPrevious', "Find previous"), title: localize('workbench.action.terminal.findPrevious', "Find Previous"),
f1: true, f1: true,
category, category,
keybinding: [ keybinding: [
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册