Small 1-liner corrections

This commit is contained in:
Ed Ward 2017-03-28 14:58:52 +02:00
parent 71c5ef273f
commit fec5e92c4e
2 changed files with 7 additions and 8 deletions

View File

@ -43,7 +43,7 @@
<h3>Reordering in the Mixer Window</h3> <h3>Reordering in the Mixer Window</h3>
<p> <p>
Within the <kbd class="menu">Strips</kbd> pane at the top left of the Mixer Within the <a href="@@strips-list">Strips List</a> pane at the top left of the Mixer
window, tracks and busses can be freely dragged-and-dropped into any desired window, tracks and busses can be freely dragged-and-dropped into any desired
order. order.
</p> </p>
@ -60,10 +60,11 @@
<h2>Ordering of New Tracks</h2> <h2>Ordering of New Tracks</h2>
<p> <p>
When <dfn>adding new tracks</dfn>, the current selection determines their When <a href="@@adding-tracks-busses-and-vcas">adding new tracks</a>, the
placement. New tracks will be placed after the rightmost (in the mixer) or <kbd class="menu">Insert:</kbd> field allows to determine their placement.
bottom-most (in the editor) selected track. If no tracks are selected, new New tracks will be placed <em>Last</em> by default, so after the rightmost
tracks will be added at the end. (in the mixer) or bottom-most (in the editor) selected track. If no tracks are
selected, new tracks will be added at the end, regardless of the choice.
</p> </p>
<p class="note"> <p class="note">
@ -86,4 +87,3 @@
remote IDs is not possible. The master bus and monitor section can be remote IDs is not possible. The master bus and monitor section can be
accessed by name. accessed by name.
</p> </p>

View File

@ -37,7 +37,7 @@
<table class="dl"> <table class="dl">
<tr><th>In only</th><td>Records from the In marker on, without a end boundary</td></tr> <tr><th>In only</th><td>Records from the In marker on, without a end boundary</td></tr>
<tr><th>Out only</th><td>Records untils the Out marker, without a beginning boundary</td></tr> <tr><th>Out only</th><td>Records untils the Out marker, without a beginning boundary</td></tr>
<tr><th>In only</th><td>Records only between the In and Out markers</td></tr> <tr><th>In <em>and</em> Out</th><td>Records only between the In and Out markers</td></tr>
</table> </table>
<p> <p>
@ -70,4 +70,3 @@
<p> <p>
See <a href="@@track-types">Track Modes</a> for more information. See <a href="@@track-types">Track Modes</a> for more information.
</p> </p>