diff --git a/src/vs/workbench/services/decorations/browser/decorationsService.ts b/src/vs/workbench/services/decorations/browser/decorationsService.ts index 242a1b9c5c30d..e34080f5b0cc0 100644 --- a/src/vs/workbench/services/decorations/browser/decorationsService.ts +++ b/src/vs/workbench/services/decorations/browser/decorationsService.ts @@ -132,7 +132,7 @@ class DecorationStyles { if (onlyChildren) { // show items from its children only badgeClassName = rule.bubbleBadgeClassName; - tooltip = localize('bubbleTitle', "contains emphasized items"); + tooltip = localize('bubbleTitle', "Contains emphasized items"); } return {