]> Shamusworld >> Repos - ardour-manual/blobdiff - include/other-toolbar-items.html
Fix a typo in manual
[ardour-manual] / include / other-toolbar-items.html
index 1a0ebc1a3379e814b78b08928cd07b7743a1e0e9..d578640e8e8f76ea34ba57c38883e9f2c7dff5f5 100644 (file)
   The <dfn>Status</dfn> buttons show the current session state:
 </p>
 
-<dl>
-  <dt>Solo</dt><dd>Blinks when one or more tracks are being soloed, see <a href="/mixing/muting-and-soloing/">Muting and Soloing</a>. Clicking this button disables any active explicit and implicit solo on all tracks and busses. Clicking this button desactivates the solo on every track/bus.</dd>
-  <dt>Audition</dt><dd>Blinks when some audio is auditionned, e.g. by using the import dialog, or using the <kbd class="menu">Audition</kbd> context menu in the <a href="/ardours-interface/editor-lists/region-list/">Regions List</a>. Clicking this button stops the auditionning.</dd>
-  <dt>Feedback</dt><dd>Blinks when Ardour detects a <dfn>feedback loop</dfn>, which happens when the output of an audio signal chain is plugged back to its input. This is probably not wanted and can be dangerous for the hardware and the listener.</dd>
-</dl>
+<table class="dl">
+  <tr><th>Solo</th><td>Blinks when one or more tracks are being soloed, see <a href="@@muting-and-soloing">Muting and Soloing</a>. Clicking this button disables any active explicit and implicit solo on all tracks and busses. Clicking this button deactivates the solo on every track/bus.</td></tr>
+  <tr><th>Audition</th><td>Blinks when some audio is auditionned, e.g. by using the import dialog, or using the <kbd class="menu">Audition</kbd> context menu in the <a href="@@the-region-list">Regions List</a>. Clicking this button stops the auditionning.</td></tr>
+  <tr><th>Feedback</th><td>Blinks when Ardour detects a <dfn>feedback loop</dfn>, which happens when the output of an audio signal chain is plugged back to its input. This is probably not wanted and can be dangerous for the hardware and the listener.</td></tr>
+</table>
 
 <h2 id="mode_selector">The Mode Selector</h2>
 
 
 <p>
   The global meter shows the levels of the master's output. Its the same meter that sits
-  in the <a href="/ardours-interface/the-master-bus-strip/">Master's Mixer strip</a>,
+  in the <a href="@@master-bus-strip">Master's Mixer strip</a>,
   and also shows a peak indicator, that turns red when  any level exceeds 0dB. It can
   be reset by a <kbd class="mouse">Left</kbd> click.
 </p>
 
 <p>
   The buttons in between the Mode Selector and the global meter are script buttons,
-  which are user-definable buttons to attach any session <a href="/lua-scripting/">lua-script</a> to.
+  which are user-definable buttons to attach any session <a href="@@lua-scripting">lua-script</a> to.
 </p>