From d40d039de6e5d1dce0f5ca91e7d7c4141be01221 Mon Sep 17 00:00:00 2001 From: Daniel Imms <2193314+Tyriar@users.noreply.github.com> Date: Wed, 1 Jun 2022 13:31:54 -0700 Subject: [PATCH] Remove trailing space from tooltip (#10255) Fixes #10232 --- package.nls.json | 2 +- .../interactive-common/variableExplorerButtonCellFormatter.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.nls.json b/package.nls.json index 6cf0d6d8217..1b188508e93 100644 --- a/package.nls.json +++ b/package.nls.json @@ -338,7 +338,7 @@ "DataScience.variableExplorerTypeColumn": "Type", "DataScience.variableExplorerCountColumn": "Size", "DataScience.variableExplorerValueColumn": "Value", - "DataScience.showDataExplorerTooltip": "Show variable in data viewer.", + "DataScience.showDataExplorerTooltip": "Show variable in data viewer", "DataScience.dataExplorerInvalidVariableFormat": "'{0}' is not an active variable.", "DataScience.jupyterGetVariablesExecutionError": "Failure during variable extraction:\r\n{0}", "DataScience.loadingMessage": "loading ...", diff --git a/src/webviews/webview-side/interactive-common/variableExplorerButtonCellFormatter.tsx b/src/webviews/webview-side/interactive-common/variableExplorerButtonCellFormatter.tsx index 4d7bbd95500..cf391feed1c 100644 --- a/src/webviews/webview-side/interactive-common/variableExplorerButtonCellFormatter.tsx +++ b/src/webviews/webview-side/interactive-common/variableExplorerButtonCellFormatter.tsx @@ -38,7 +38,7 @@ export class VariableExplorerButtonCellFormatter extends React.Component