Skip to content

Commit c710571

Browse files
committed
Merge commit 'd4425cdc6f3f3090207c183464df794e463078de' into dev-1.5.4
2 parents b06bc66 + d4425cd commit c710571

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

app/assets/tpl/fieldDefsForm.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656

5757
<dt class="full"> <h3>Value specifications</h3> </dt>
5858

59-
<dt class="F_Int F_Float F_String">
59+
<dt class="F_Int F_Float">
6060
<label for="fDef">Default value</label>
6161
<info>This is the default number value for this field, unless overridden with something else.</info>
6262
</dt>
@@ -65,7 +65,7 @@
6565
</dd>
6666

6767

68-
<dt class="F_Text">
68+
<dt class="F_Text F_String">
6969
<label for="fDefMultiLines">Default value</label>
7070
<info>This is the default text for this field, unless modified manually.</info>
7171
</dt>

app/assets/tpl/pages/editor.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<div class="icon zen off"></div>
4444
</li>
4545

46-
<li class="grid" title="**Grid** Show the layer grid. In supported layer types, hiding the grid will also allow free positionning of elements." keys="G" tip="right">
46+
<li class="grid" title="**Grid** Show the layer grid. In supported layer types, hiding the grid will also allow free positioning of elements." keys="G" tip="right">
4747
<div class="icon gridOn on"></div>
4848
<div class="icon gridOff off"></div>
4949
</li>

0 commit comments

Comments
 (0)