mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-04-07 14:06:16 +08:00
Fix bug 76537
This commit is contained in:
@ -4578,7 +4578,7 @@ define([
|
||||
}
|
||||
|
||||
if ( config.canFeatureTable ) {
|
||||
tab = {caption: 'Table Design', action: 'tabledesign', extcls: config.isEdit ? 'canedit' : '', layoutname: 'toolbar-tabledesign', dataHintTitle: 'B', aux: true};
|
||||
tab = {caption: me.toolbar.textTabTableDesign, action: 'tabledesign', extcls: config.isEdit ? 'canedit' : '', layoutname: 'toolbar-tabledesign', dataHintTitle: 'B', aux: true};
|
||||
var tabledesigntab = me.getApplication().getController('TableDesignTab');
|
||||
tabledesigntab.setApi(me.api).setConfig({toolbar: me});
|
||||
var view = tabledesigntab.getView('TableDesignTab');
|
||||
|
||||
@ -4439,6 +4439,7 @@
|
||||
"SSE.Views.Toolbar.textTabLayout": "Layout",
|
||||
"SSE.Views.Toolbar.textTabProtect": "Protection",
|
||||
"SSE.Views.Toolbar.textTabView": "View",
|
||||
"SSE.Views.Toolbar.textTabTableDesign": "Table Design",
|
||||
"SSE.Views.Toolbar.textThisPivot": "From this pivot",
|
||||
"SSE.Views.Toolbar.textThisSheet": "From this sheet",
|
||||
"SSE.Views.Toolbar.textThisTable": "From this table",
|
||||
|
||||
Reference in New Issue
Block a user