Skip to content

Commit 6ad943f

Browse files
committed
Terminal editor -> terminal in editor area
Fixes microsoft#127497
1 parent a651ea4 commit 6ad943f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

src/vs/workbench/contrib/terminal/browser/terminalActions.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ export function registerTerminalActions() {
203203
constructor() {
204204
super({
205205
id: TerminalCommandId.CreateTerminalEditor,
206-
title: { value: localize('workbench.action.terminal.createTerminalEditor', "Create Terminal Editor"), original: 'Create Terminal Editor' },
206+
title: { value: localize('workbench.action.terminal.createTerminalEditor', "Create Terminal in Editor Area"), original: 'Create Terminal in Editor Area' },
207207
f1: true,
208208
category,
209209
precondition: KEYBINDING_CONTEXT_TERMINAL_PROCESS_SUPPORTED
@@ -1694,7 +1694,7 @@ export function registerTerminalActions() {
16941694
constructor() {
16951695
super({
16961696
id: TerminalCommandId.KillEditor,
1697-
title: { value: localize('workbench.action.terminal.killEditor', "Kill the Active Terminal Editor"), original: 'Kill the Active Terminal Editor' },
1697+
title: { value: localize('workbench.action.terminal.killEditor', "Kill the Active Terminal in Editor Area"), original: 'Kill the Active Terminal in Editor Area' },
16981698
f1: true,
16991699
category,
17001700
precondition: KEYBINDING_CONTEXT_TERMINAL_PROCESS_SUPPORTED,

src/vs/workbench/contrib/terminal/common/terminalStrings.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ export const terminalStrings = {
2828
short: localize('killTerminal.short', "Kill"),
2929
},
3030
moveToEditor: {
31-
value: localize('moveToEditor', "Move Terminal into Editor Group"),
32-
original: 'Move Terminal into Editor Group',
33-
short: 'Move into Editor Group'
31+
value: localize('moveToEditor', "Move Terminal into Editor Area"),
32+
original: 'Move Terminal into Editor Area',
33+
short: 'Move into Editor Area'
3434
},
3535
moveToTerminalPanel: {
3636
value: localize('workbench.action.terminal.moveToTerminalPanel', "Move Terminal into Panel"),

0 commit comments

Comments
 (0)