Skip to content

Commit 1d592f0

Browse files
committed
rename command
1 parent a50d469 commit 1d592f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,7 @@ export function registerTerminalActions() {
474474

475475
registerActiveInstanceAction({
476476
id: TerminalCommandId.CopyLastCommandAndLastCommandOutput,
477-
title: { value: localize('workbench.action.terminal.copyLastCommandAndLastCommandOutput', 'Copy Last Command And Last Command Output'), original: 'Copy Last Command And Last Command Output' },
477+
title: { value: localize('workbench.action.terminal.copyLastCommandAndOutput', 'Copy Last Command and its Output'), original: 'Copy Last Command and its Output' },
478478
precondition: ContextKeyExpr.or(TerminalContextKeys.processSupported, TerminalContextKeys.terminalHasBeenCreated),
479479
run: async (instance, c, accessor) => {
480480
const clipboardService = accessor.get(IClipboardService);

0 commit comments

Comments
 (0)