Fix typo (Intersected) and clarify language
This commit is contained in:
parent
7dc9c99860
commit
79094c295b
@ -45,15 +45,14 @@
|
||||
</p>
|
||||
|
||||
<p>
|
||||
By default, inserting time only results in shifting positions of the regions
|
||||
beginning <em>after</em> the insertion point. The "Inserted regions should" dropdown
|
||||
menu allows to choose what happens to the regions that exist at the insertion time :
|
||||
The "Intersected regions should" dropdown allows to select what happens to
|
||||
regions that cross the insertion position:
|
||||
</p>
|
||||
|
||||
<table class="dl">
|
||||
<tr><th><dfn>stay in position</dfn> <em>(default)</em></th><td>The crossed regions are not affected by the time insertion</td></tr>
|
||||
<tr><th><dfn>move</dfn></th><td>The crossed regions are shifted in time</td></tr>
|
||||
<tr><th><dfn>be split</dfn></th><td>The crossed regions are split, and the section that is after the time insertion point are shifted in time</td></tr>
|
||||
<tr><th><dfn>stay in position</dfn> <em>(default)</em></th><td>The crossed regions are not affected by the time insertion. Only regions after the insertion point are moved.</td></tr>
|
||||
<tr><th><dfn>move</dfn></th><td>The crossed regions are shifted in time.</td></tr>
|
||||
<tr><th><dfn>be split</dfn></th><td>The crossed regions are split, and the section after the time insertion point is shifted in time.</td></tr>
|
||||
</table>
|
||||
|
||||
<p>
|
||||
@ -79,4 +78,3 @@
|
||||
<p>
|
||||
The range selection note above can be especially useful in this context.
|
||||
</p>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user