Skip to content

Commit 09cfb39

Browse files
committed
debug: rename "Copy Path" to "Copy as Expression"
fixes microsoft#19580
1 parent 6c678d4 commit 09cfb39

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/vs/workbench/parts/debug/electron-browser/electronDebugActions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export class CopyValueAction extends Action {
3636

3737
export class CopyEvaluatePathAction extends Action {
3838
static readonly ID = 'workbench.debug.viewlet.action.copyEvaluatePath';
39-
static LABEL = nls.localize('copyPath', "Copy Path");
39+
static LABEL = nls.localize('copyAsExpression', "Copy as Expression");
4040

4141
constructor(id: string, label: string, private value: any) {
4242
super(id, label);

0 commit comments

Comments
 (0)