]> Shamusworld >> Repos - ardour-manual/commitdiff
Fix typo (Intersected) and clarify language
authorRobin Gareus <robin@gareus.org>
Fri, 13 Apr 2018 13:16:11 +0000 (15:16 +0200)
committerRobin Gareus <robin@gareus.org>
Fri, 13 Apr 2018 13:16:11 +0000 (15:16 +0200)
include/insert-remove-time.html

index d755a80c12416af74d1840fbc02b910c2e966a2c..71a78b0f0c27b5997aef514326ddb31d8b6bad44 100644 (file)
 </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>
-