From 3cb1da6f6e43214c09a408db28ee1b8ebaf072a5 Mon Sep 17 00:00:00 2001 From: Sandeep Somavarapu Date: Mon, 26 Aug 2019 13:08:57 +0200 Subject: [PATCH] :lipstick: --- .../workbench/contrib/preferences/browser/keybindingsEditor.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vs/workbench/contrib/preferences/browser/keybindingsEditor.ts b/src/vs/workbench/contrib/preferences/browser/keybindingsEditor.ts index 34c80e2f823..99cf2aa9a1a 100644 --- a/src/vs/workbench/contrib/preferences/browser/keybindingsEditor.ts +++ b/src/vs/workbench/contrib/preferences/browser/keybindingsEditor.ts @@ -726,7 +726,7 @@ export class KeybindingsEditor extends BaseEditor implements IKeybindingsEditor private createCopyCommandAction(keybinding: IKeybindingItemEntry): IAction { return { - label: localize('copyCommandLabel', "Copy Command"), + label: localize('copyCommandLabel', "Copy Command ID"), enabled: true, id: KEYBINDINGS_EDITOR_COMMAND_COPY_COMMAND, run: () => this.copyKeybindingCommand(keybinding) -- GitLab