From ff8926f1847e2b3cd9122a6c94bcf7d63e00e0e7 Mon Sep 17 00:00:00 2001 From: Steve Daulton Date: Wed, 2 May 2018 11:49:33 +0100 Subject: [PATCH] Hyphenation consistency update --- plug-ins/highpass.ny | 20 ++++++++------------ plug-ins/lowpass.ny | 20 ++++++++------------ 2 files changed, 16 insertions(+), 24 deletions(-) diff --git a/plug-ins/highpass.ny b/plug-ins/highpass.ny index ccf6b4d6e..cd29d345e 100644 --- a/plug-ins/highpass.ny +++ b/plug-ins/highpass.ny @@ -2,15 +2,13 @@ $nyquist plug-in $version 4 $type process $preview linear -$name (_ "High Pass Filter") -$manpage "High_Pass_Filter" +$name (_ "High-Pass Filter") +$manpage "High-Pass_Filter" $debugbutton disabled -$action (_ "Performing High Pass Filter...") +$action (_ "Performing High-Pass Filter...") $author (_ "Dominic Mazzoni") $copyright (_ "Released under terms of the GNU General Public License version 2") -;; highpass.ny by Dominic Mazzoni - ;; Released under terms of the GNU General Public License version 2: ;; http://www.gnu.org/licenses/old-licenses/gpl-2.0.html ;; @@ -19,13 +17,11 @@ $copyright (_ "Released under terms of the GNU General Public License version 2" $control frequency (_ "Frequency (Hz)") float-text "" 1000 0 nil -$control rolloff (_ "Rolloff (dB per octave)") choice ( - ("dB6" (_ "6 dB")) - ("dB12" (_ "12 dB")) - ("dB24" (_ "24 dB")) - ("dB36" (_ "36 dB")) - ("dB48" (_ "48 dB")) - ) 0 +$control rolloff (_ "Roll-off (dB per octave)") choice (("dB6" (_ "6 dB")) + ("dB12" (_ "12 dB")) + ("dB24" (_ "24 dB")) + ("dB36" (_ "36 dB")) + ("dB48" (_ "48 dB"))) 0 (cond diff --git a/plug-ins/lowpass.ny b/plug-ins/lowpass.ny index fd8e01661..7c2b0c56a 100644 --- a/plug-ins/lowpass.ny +++ b/plug-ins/lowpass.ny @@ -2,15 +2,13 @@ $nyquist plug-in $version 4 $type process $preview linear -$name (_ "Low Pass Filter") -$manpage "Low_Pass_Filter" +$name (_ "Low-Pass Filter") +$manpage "Low-Pass_Filter" $debugbutton disabled -$action (_ "Performing Low Pass Filter...") +$action (_ "Performing Low-Pass Filter...") $author (_ "Dominic Mazzoni") $copyright (_ "Released under terms of the GNU General Public License version 2") -;; lowpass.ny by Dominic Mazzoni - ;; Released under terms of the GNU General Public License version 2: ;; http://www.gnu.org/licenses/old-licenses/gpl-2.0.html ;; @@ -19,13 +17,11 @@ $copyright (_ "Released under terms of the GNU General Public License version 2" $control frequency (_ "Frequency (Hz)") float-text "" 1000 0 nil -$control rolloff (_ "Rolloff (dB per octave)") choice ( - ("dB6" (_ "6 dB")) - ("dB12" (_ "12 dB")) - ("dB24" (_ "24 dB")) - ("dB36" (_ "36 dB")) - ("dB48" (_ "48 dB")) -) 0 +$control rolloff (_ "Roll-off (dB per octave)") choice (("dB6" (_ "6 dB")) + ("dB12" (_ "12 dB")) + ("dB24" (_ "24 dB")) + ("dB36" (_ "36 dB")) + ("dB48" (_ "48 dB"))) 0 (cond