Fix typo (Intersected) and clarify language

This commit is contained in:
Robin Gareus 2018-04-13 15:16:11 +02:00
parent 7dc9c99860
commit 79094c295b

View File

@ -45,15 +45,14 @@
</p> </p>
<p> <p>
By default, inserting time only results in shifting positions of the regions The "Intersected regions should" dropdown allows to select what happens to
beginning <em>after</em> the insertion point. The "Inserted regions should" dropdown regions that cross the insertion position:
menu allows to choose what happens to the regions that exist at the insertion time :
</p> </p>
<table class="dl"> <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>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>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>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> </table>
<p> <p>
@ -79,4 +78,3 @@
<p> <p>
The range selection note above can be especially useful in this context. The range selection note above can be especially useful in this context.
</p> </p>