Skip to content

Commit 0edd8b4

Browse files
committed
tweak name
1 parent 1d592f0 commit 0edd8b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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.copyLastCommandAndOutput', 'Copy Last Command and its Output'), original: 'Copy Last Command and its Output' },
477+
title: { value: localize('workbench.action.terminal.copyLastCommandAndOutput', 'Copy Last Command and Output'), original: 'Copy Last Command and 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)