[DE] Change translation
This commit is contained in:
parent
d2e157abc7
commit
c140cb85b2
|
@ -55,13 +55,13 @@ define([
|
||||||
|
|
||||||
initialize : function(options) {
|
initialize : function(options) {
|
||||||
_.extend(this.options, {
|
_.extend(this.options, {
|
||||||
title: this.textMargins
|
title: this.textTitle
|
||||||
}, options || {});
|
}, options || {});
|
||||||
|
|
||||||
this.template = [
|
this.template = [
|
||||||
'<div class="box" style="height: 245px;">',
|
'<div class="box" style="height: 245px;">',
|
||||||
'<div style="float: left;">',
|
'<div style="float: left;">',
|
||||||
'<label style="font-weight: bold;">' + this.textMargins + '</label>',
|
'<label style="font-weight: bold;">' + this.textTitle + '</label>',
|
||||||
'<div style="margin-top: 2px;">',
|
'<div style="margin-top: 2px;">',
|
||||||
'<div style="display: inline-block;">',
|
'<div style="display: inline-block;">',
|
||||||
'<label class="input-label">' + this.textTop + '</label>',
|
'<label class="input-label">' + this.textTop + '</label>',
|
||||||
|
@ -368,7 +368,7 @@ define([
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
textMargins: 'Margins',
|
textTitle: 'Margins',
|
||||||
textTop: 'Top',
|
textTop: 'Top',
|
||||||
textLeft: 'Left',
|
textLeft: 'Left',
|
||||||
textBottom: 'Bottom',
|
textBottom: 'Bottom',
|
||||||
|
|
Loading…
Reference in a new issue