]> Shamusworld >> Repos - ardour-manual-diverged/commitdiff
Fix a minor language nit in the 'broken link' reportage.
authorShamus Hammons <jlhamm@acm.org>
Thu, 2 Feb 2017 15:21:45 +0000 (09:21 -0600)
committerShamus Hammons <jlhamm@acm.org>
Thu, 2 Feb 2017 15:21:45 +0000 (09:21 -0600)
build.py
include/favorite-plugins-window.html

index 1d9b89e4123e92c7aac32ea87f912c5905a8d4cd..e27efce8ae22fc0d17322f74a5830daead35a4d1 100755 (executable)
--- a/build.py
+++ b/build.py
@@ -213,7 +213,7 @@ def FixInternalLinks(links, content, title):
        match = re.findall('"@@.*"', result)
 
        if len(match) > 0:
-               print('\nMissing link target(s) in "' + title + '":')
+               print('\nMissing link target' + ('s' if len(match) > 1 else '') + ' in "' + title + '":')
 
                for s in match:
                        print('  ' + s[3:-1])
index 58a580dab96ac2224b87271bee890b99034860a3..6e83d38fd92c3017b1f658a8e192ea7c259de868 100644 (file)
@@ -8,7 +8,7 @@ ow">
 <p>
   The <dfn>Favorite Plugins</dfn> window is on the top-left side of the <dfn>Mixer Window</dfn>. Like other elements in that window it has variable height and can be hidden by dragging it to zero-height. If it is not visible, the top-handle can be grabbed and dragged down to reveal it.
 </p>
-<a href="@@foo-blitzsky">non-working link</a>
+
 <p>
   Plugin names that have a right facing triangle next to them have presets associated with them; clicking on the triangle will cause all presets associated with the plugin to show in the list.
 </p>
@@ -19,7 +19,7 @@ ow">
 <p>
   The Favorite Plugins window provides easy access to frequently used plugins:
 </p>
-<a href="@@bar-blitzsky">non-working link</a>
+
 <ul>
   <li>Plugins can be dragged from the window to any track or bus <a href="@@processor-box"><dfn>processor box</dfn></a>, which will add the plugin to that track or bus at the given position.</li>
   <li>The list includes user-presets for the plugins. Dragging a preset to a given track or bus will load that preset after adding the plugin.</li>
@@ -28,7 +28,7 @@ ow">
   <li>The context-menu allows the deletion of presets or removal of the plugin from the list.</li>
   <li>Plugins in the list can be re-ordered using drag &amp; drop. The custom order is saved.</li>
 </ul>
-<a href="@@baz-blitzsky">non-working link</a>
+
 <p class="note">
   When favorites are added with the <a href="@@plugin-manager">Plugin Manager</a>, they are appended to the bottom of the list.
 </p>