From 43401ebe4b1e24a333a68f7a6c8518a6421e0bf0 Mon Sep 17 00:00:00 2001 From: Itamar Kestenbaum Date: Thu, 9 Nov 2017 21:02:48 +0200 Subject: [PATCH] Capitalizing contains --- .../services/decorations/browser/decorationsService.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {