[SSE] Fix translation
This commit is contained in:
parent
6b9922e54f
commit
4a120f1980
|
@ -39,7 +39,7 @@
|
|||
</div>
|
||||
<div style="height: 28px;">
|
||||
<div style="display: inline-block;">
|
||||
<label class="input-label" style="width: 90px; padding-top: 3px;"><%= scope.textColor1 %></label>
|
||||
<label class="input-label" style="width: 90px; padding-top: 3px;"><%= scope.textBorderColor + " 1" %></label>
|
||||
</div>
|
||||
<div style="display: inline-block;float: right;">
|
||||
<div id="cell-grad-btn-color-1" style=""></div>
|
||||
|
@ -47,7 +47,7 @@
|
|||
</div>
|
||||
<div style="height: 28px;">
|
||||
<div style="display: inline-block;">
|
||||
<label class="input-label" style="width: 90px; padding-top: 3px;"><%= scope.textColor2 %></label>
|
||||
<label class="input-label" style="width: 90px; padding-top: 3px;"><%= scope.textBorderColor + " 2" %></label>
|
||||
</div>
|
||||
<div style="display: inline-block;float: right;">
|
||||
<div id="cell-grad-btn-color-2" style=""></div>
|
||||
|
|
|
@ -1090,8 +1090,6 @@ define([
|
|||
textDirection: 'Direction',
|
||||
textLinear: 'Linear',
|
||||
textRadial: 'Radial',
|
||||
textColor1: 'Color 1',
|
||||
textColor2: 'Color 2',
|
||||
textPattern: 'Pattern',
|
||||
textForeground: 'Foreground color',
|
||||
textBackground: 'Background color'
|
||||
|
|
|
@ -1165,8 +1165,6 @@
|
|||
"SSE.Views.CellSettings.textDirection": "Direction",
|
||||
"SSE.Views.CellSettings.textLinear": "Linear",
|
||||
"SSE.Views.CellSettings.textRadial": "Radial",
|
||||
"SSE.Views.CellSettings.textColor1": "Color 1",
|
||||
"SSE.Views.CellSettings.textColor2": "Color 2",
|
||||
"SSE.Views.CellSettings.textPattern": "Pattern",
|
||||
"SSE.Views.CellSettings.textForeground": "Foreground color",
|
||||
"SSE.Views.CellSettings.textBackground": "Background color",
|
||||
|
|
Loading…
Reference in a new issue