mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-24 10:05:27 +08:00
[DE][PE] Bug 42393: update hints
This commit is contained in:
@ -736,7 +736,7 @@ define([
|
||||
{symbol: '', description: this.textEnSpace, shortcutKey: '', code: '2002'},
|
||||
{symbol: '', description: this.textQEmSpace, shortcutKey: '', code: '2005'},
|
||||
{symbol: '°', description: this.textNBSpace, shortcutKey: Common.Utils.String.platformKey(Common.Utils.isMac ? 'Alt ' : 'Ctrl+Shift+', '{0}') + 'Space', code: '00A0'},
|
||||
{symbol: '©', description: this.textCopyright, shortcutKey: '', code: '00A9'},
|
||||
{symbol: '©', description: this.textCopyright, shortcutKey: Common.Utils.String.platformKey(Common.Utils.isMac ? 'Alt Ctrl ' : 'Alt+Ctrl+', '{0}') + 'G', code: '00A9'},
|
||||
{symbol: '®', description: this.textRegistered, shortcutKey: '', code: '00AE'},
|
||||
{symbol: '™', description: this.textTradeMark, shortcutKey: '', code: '2122'},
|
||||
{symbol: '§', description: this.textSection, shortcutKey: '', code: '00A7'},
|
||||
|
||||
@ -2082,7 +2082,7 @@ define([
|
||||
this.btnPageMargins.updateHint(this.tipPageMargins);
|
||||
this.btnLineNumbers.updateHint(this.tipLineNumbers);
|
||||
this.btnClearStyle.updateHint(this.tipClearStyle);
|
||||
this.btnCopyStyle.updateHint(this.tipCopyStyle + Common.Utils.String.platformKey('Ctrl+Shift+C'));
|
||||
this.btnCopyStyle.updateHint(this.tipCopyStyle + Common.Utils.String.platformKey('Alt+Ctrl+C'));
|
||||
this.btnColorSchemas.updateHint(this.tipColorSchemas);
|
||||
this.btnMailRecepients.updateHint(this.tipMailRecepients);
|
||||
|
||||
|
||||
@ -1456,7 +1456,7 @@ define([
|
||||
this.btnHighlightColor.updateHint(this.tipHighlightColor);
|
||||
this.btnChangeCase.updateHint(this.tipChangeCase);
|
||||
this.btnClearStyle.updateHint(this.tipClearStyle);
|
||||
this.btnCopyStyle.updateHint(this.tipCopyStyle + Common.Utils.String.platformKey('Ctrl+Shift+C'));
|
||||
this.btnCopyStyle.updateHint(this.tipCopyStyle + Common.Utils.String.platformKey('Alt+Ctrl+C'));
|
||||
this.btnMarkers.updateHint(this.tipMarkers);
|
||||
this.btnNumbers.updateHint(this.tipNumbers);
|
||||
this.btnHorizontalAlign.updateHint(this.tipHAligh);
|
||||
|
||||
Reference in New Issue
Block a user