mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-04-07 14:06:16 +08:00
Merge pull request #2553 from ONLYOFFICE/fix/bugfix
[SSE] Bug 59811: add hint
This commit is contained in:
@ -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);
|
||||
|
||||
Reference in New Issue
Block a user