Skip to content

Commit e092fb5

Browse files
committed
"views and more actions" hover for toggle menu title
1 parent 7764a48 commit e092fb5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/vs/workbench/browser/parts/compositePart.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,8 @@ export abstract class CompositePart<T extends Composite> extends Part {
392392
actionViewItemProvider: action => this.actionViewItemProvider(action),
393393
orientation: ActionsOrientation.HORIZONTAL,
394394
getKeyBinding: action => this.keybindingService.lookupKeybinding(action.id),
395-
anchorAlignmentProvider: () => this.getTitleAreaDropDownAnchorAlignment()
395+
anchorAlignmentProvider: () => this.getTitleAreaDropDownAnchorAlignment(),
396+
toggleMenuTitle: nls.localize('viewsAndMoreActions', "Views and More Actions...")
396397
}));
397398

398399
this.collectCompositeActions()();

0 commit comments

Comments
 (0)