From bf19ab6ad90ef8074c343d8c0efa08513c2aa1b1 Mon Sep 17 00:00:00 2001 From: Anthony Dresser Date: Thu, 30 May 2019 13:31:32 -0700 Subject: [PATCH] add messages to title to help discoverability (#5733) --- src/sql/workbench/parts/query/common/resultsGridContribution.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sql/workbench/parts/query/common/resultsGridContribution.ts b/src/sql/workbench/parts/query/common/resultsGridContribution.ts index 16d4d4fb7d..ca58ce175d 100644 --- a/src/sql/workbench/parts/query/common/resultsGridContribution.ts +++ b/src/sql/workbench/parts/query/common/resultsGridContribution.ts @@ -16,7 +16,7 @@ const configurationRegistry = Registry.as(Extensions.Con const resultsGridConfiguration: IConfigurationNode = { id: 'resultsGrid', type: 'object', - title: nls.localize('resultsGridConfigurationTitle', "Results Grid"), + title: nls.localize('resultsGridConfigurationTitle', "Results Grid and Messages"), overridable: true, properties: { 'resultsGrid.fontFamily': {