Skip to content

Commit fecd1aa

Browse files
authored
update command title for better localization (microsoft#153940)
refs microsoft#153865
1 parent 4623460 commit fecd1aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/workbench/browser/actions/layoutActions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1182,7 +1182,7 @@ registerAction2(class CustomizeLayoutAction extends Action2 {
11821182
constructor() {
11831183
super({
11841184
id: 'workbench.action.customizeLayout',
1185-
title: localize('customizeLayout', "Customize Layout..."),
1185+
title: { original: 'Customize Layout...', value: localize('customizeLayout', "Customize Layout...") },
11861186
f1: true,
11871187
icon: configureLayoutIcon,
11881188
menu: [

0 commit comments

Comments
 (0)