diff --git a/apps/documenteditor/main/app/view/PageMarginsDialog.js b/apps/documenteditor/main/app/view/PageMarginsDialog.js index 71a6be5fc..a195a093f 100644 --- a/apps/documenteditor/main/app/view/PageMarginsDialog.js +++ b/apps/documenteditor/main/app/view/PageMarginsDialog.js @@ -55,13 +55,13 @@ define([ initialize : function(options) { _.extend(this.options, { - title: this.textMargins + title: this.textTitle }, options || {}); this.template = [ '
', '
', - '', + '', '
', '
', '', @@ -368,7 +368,7 @@ define([ } }, - textMargins: 'Margins', + textTitle: 'Margins', textTop: 'Top', textLeft: 'Left', textBottom: 'Bottom',