mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-24 06:08:33 +08:00
Merge pull request #2194 from ONLYOFFICE/fix/bugfix
For Bug 42393: fix description on mac os
This commit is contained in:
@ -1127,7 +1127,7 @@ define([
|
||||
parentEl: $('#id-document-holder-btn-special-paste'),
|
||||
cls : 'btn-toolbar',
|
||||
iconCls : 'toolbar__icon btn-paste',
|
||||
caption : Common.Utils.String.platformKey('Ctrl', '({0})'),
|
||||
caption : Common.Utils.String.format('({0})', Common.Utils.String.textCtrl),
|
||||
menu : new Common.UI.Menu({items: []})
|
||||
});
|
||||
me.initSpecialPasteEvents();
|
||||
|
||||
@ -1213,7 +1213,7 @@ define([
|
||||
parentEl: $('#id-document-holder-btn-special-paste'),
|
||||
cls : 'btn-toolbar',
|
||||
iconCls : 'toolbar__icon btn-paste',
|
||||
caption : Common.Utils.String.platformKey('Ctrl', '({0})'),
|
||||
caption : Common.Utils.String.format('({0})', Common.Utils.String.textCtrl),
|
||||
menu : new Common.UI.Menu({items: []})
|
||||
});
|
||||
me.initSpecialPasteEvents();
|
||||
|
||||
@ -3046,7 +3046,7 @@ define([
|
||||
parentEl: $('#id-document-holder-btn-special-paste'),
|
||||
cls : 'btn-toolbar',
|
||||
iconCls : 'toolbar__icon btn-paste',
|
||||
caption : Common.Utils.String.platformKey('Ctrl', '({0})'),
|
||||
caption : Common.Utils.String.format('({0})', Common.Utils.String.textCtrl),
|
||||
menu : new Common.UI.Menu({items: []})
|
||||
});
|
||||
me.initSpecialPasteEvents();
|
||||
|
||||
Reference in New Issue
Block a user