[SSE] update hint of Calculate button

This commit is contained in:
Julia Svinareva 2019-08-27 16:57:12 +03:00
parent aa0d30c679
commit b72481b79a

View file

@ -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},