[SSE] Fix spell checking settings
This commit is contained in:
parent
c1ebc05903
commit
8c32885042
|
@ -201,7 +201,7 @@ define([
|
||||||
store: new Common.UI.DataViewStore([
|
store: new Common.UI.DataViewStore([
|
||||||
{name: this.txtGeneral, panel: this.generalSettings, iconCls:'mnu-settings-general', selected: true},
|
{name: this.txtGeneral, panel: this.generalSettings, iconCls:'mnu-settings-general', selected: true},
|
||||||
{name: this.txtPageSettings, panel: this.printSettings, iconCls:'mnu-print'},
|
{name: this.txtPageSettings, panel: this.printSettings, iconCls:'mnu-print'},
|
||||||
{name: this.txtSpellСhecking, panel: this.spellcheckSettings, iconCls:'mu-settings-spellcheck'}
|
{name: this.txtSpellChecking, panel: this.spellcheckSettings, iconCls:'mu-settings-spellcheck'}
|
||||||
]),
|
]),
|
||||||
itemTemplate: _.template([
|
itemTemplate: _.template([
|
||||||
'<div id="<%= id %>" class="settings-item-wrap">',
|
'<div id="<%= id %>" class="settings-item-wrap">',
|
||||||
|
@ -241,7 +241,7 @@ define([
|
||||||
|
|
||||||
txtGeneral: 'General',
|
txtGeneral: 'General',
|
||||||
txtPageSettings: 'Page Settings',
|
txtPageSettings: 'Page Settings',
|
||||||
txtSpellСhecking: 'Spell checking'
|
txtSpellChecking: 'Spell checking'
|
||||||
}, SSE.Views.FileMenuPanels.Settings || {}));
|
}, SSE.Views.FileMenuPanels.Settings || {}));
|
||||||
|
|
||||||
SSE.Views.MainSettingsPrint = Common.UI.BaseView.extend(_.extend({
|
SSE.Views.MainSettingsPrint = Common.UI.BaseView.extend(_.extend({
|
||||||
|
|
|
@ -1608,6 +1608,7 @@
|
||||||
"SSE.Views.FileMenuPanels.ProtectDoc.txtView": "View signatures",
|
"SSE.Views.FileMenuPanels.ProtectDoc.txtView": "View signatures",
|
||||||
"SSE.Views.FileMenuPanels.Settings.txtGeneral": "General",
|
"SSE.Views.FileMenuPanels.Settings.txtGeneral": "General",
|
||||||
"SSE.Views.FileMenuPanels.Settings.txtPageSettings": "Page Settings",
|
"SSE.Views.FileMenuPanels.Settings.txtPageSettings": "Page Settings",
|
||||||
|
"SSE.Views.FileMenuPanels.Settings.txtSpellChecking": "Spell checking",
|
||||||
"SSE.Views.FormatSettingsDialog.textCategory": "Category",
|
"SSE.Views.FormatSettingsDialog.textCategory": "Category",
|
||||||
"SSE.Views.FormatSettingsDialog.textDecimal": "Decimal",
|
"SSE.Views.FormatSettingsDialog.textDecimal": "Decimal",
|
||||||
"SSE.Views.FormatSettingsDialog.textFormat": "Format",
|
"SSE.Views.FormatSettingsDialog.textFormat": "Format",
|
||||||
|
|
Loading…
Reference in a new issue