diff --git a/apps/spreadsheeteditor/main/app/view/FormulaTab.js b/apps/spreadsheeteditor/main/app/view/FormulaTab.js index 9e76b7cee..efa80f017 100644 --- a/apps/spreadsheeteditor/main/app/view/FormulaTab.js +++ b/apps/spreadsheeteditor/main/app/view/FormulaTab.js @@ -244,7 +244,7 @@ define([ (new Promise(function (accept, reject) { accept(); })).then(function(){ - me.btnCalculate.updateHint([me.tipCalculateTheEntireWorkbook, me.tipCalculate]); + me.btnCalculate.updateHint([me.tipCalculateTheEntireWorkbook + Common.Utils.String.platformKey('F9'), me.tipCalculate]); var _menu = new Common.UI.Menu({ items: [ {caption: me.textEntireWorkbook, value: Asc.c_oAscCalculateType.All},