Skip to content

Commit

Permalink
Remove trailing space from tooltip (#10255)
Browse files Browse the repository at this point in the history
Fixes #10232
  • Loading branch information
Tyriar authored Jun 1, 2022
1 parent 58e9702 commit d40d039
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.nls.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 ...",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export class VariableExplorerButtonCellFormatter extends React.Component<IVariab
baseTheme={this.props.baseTheme}
tooltip={getLocString(
'DataScience.showDataExplorerTooltip',
'Show variable in data viewer.'
'Show variable in data viewer'
)}
onClick={this.onDataExplorerClick}
>
Expand Down

0 comments on commit d40d039

Please sign in to comment.