[DE] Set different tooltips for break button and it's menu

This commit is contained in:
Julia Radzhabova 2019-09-25 16:54:36 +03:00
parent 455a1f6a03
commit 8917a7a553

View file

@ -1340,7 +1340,7 @@ define([
if ( !config.isEdit ) return;
me.btnsPageBreak.forEach( function(btn) {
btn.updateHint( me.tipPageBreak );
btn.updateHint( [me.textInsPageBreak, me.tipPageBreak] );
var _menu_section_break = new Common.UI.Menu({
menuAlign: 'tl-tr',