Change hint for printing from toolbar in the view mode.

This commit is contained in:
Julia Radzhabova 2017-08-14 14:27:36 +03:00
parent 3c769f883e
commit 948bb630bf

View file

@ -263,7 +263,7 @@ define([
}
if ( me.btnPrint ) {
me.btnPrint.updateHint(me.tipPrint);
me.btnPrint.updateHint(me.tipPrint + Common.Utils.String.platformKey('Ctrl+P'));
me.btnPrint.on('click', function (e) {
me.fireEvent('print', me);
});