From b72481b79ae68daf9a382846e5bcac6c7210cf91 Mon Sep 17 00:00:00 2001 From: Julia Svinareva Date: Tue, 27 Aug 2019 16:57:12 +0300 Subject: [PATCH] [SSE] update hint of Calculate button --- apps/spreadsheeteditor/main/app/view/FormulaTab.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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},