Cleaned up code for Add cell button in both main toolbar and cell toolbar. Corrected toolip to read: Add cell. (#10829)

This commit is contained in:
Hale Rankin
2020-06-26 13:46:31 -07:00
committed by GitHub
parent 8d7b3ef6ec
commit 8f6c5af94f
2 changed files with 3 additions and 3 deletions

View File

@@ -57,7 +57,6 @@ export class CellToolbarComponent {
this._actionBar.context = context;
let addCellsButton = new AddCellAction('notebook.AddCodeCell', localize('codeCellsPreview', "Add cell"), 'notebook-button masked-pseudo code');
addCellsButton.cellType = CellTypes.Code;
let addCodeCellButton = new AddCellAction('notebook.AddCodeCell', localize('codePreview', "Code cell"), 'notebook-button masked-pseudo code');
addCodeCellButton.cellType = CellTypes.Code;