Merge pull request #2553 from ONLYOFFICE/fix/bugfix

[SSE] Bug 59811: add hint
This commit is contained in:
Julia Radzhabova
2023-08-31 17:31:36 +03:00
committed by GitHub

View File

@ -428,7 +428,7 @@ define([
});
me.btnCalculate.setMenu(_menu);
me.btnShowFormulas.updateHint(me.tipShowFormulas);
me.btnShowFormulas.updateHint(me.tipShowFormulas + Common.Utils.String.format(' ({0}+`)', Common.Utils.String.textCtrl));
me.btnTracePrec.updateHint(me.tipTracePrec);
me.btnTraceDep.updateHint(me.tipTraceDep);
me.btnRemArrows.updateHint(me.tipRemoveArr);