From dad9823ed2b1bc2425203c3d566805a9ce81a0c2 Mon Sep 17 00:00:00 2001 From: Thomas De Rocker Date: Sat, 3 Apr 2021 20:06:50 +0200 Subject: [PATCH] Update label-sounds.ny --- plug-ins/label-sounds.ny | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plug-ins/label-sounds.ny b/plug-ins/label-sounds.ny index 3da629236..e00e76a70 100644 --- a/plug-ins/label-sounds.ny +++ b/plug-ins/label-sounds.ny @@ -160,7 +160,7 @@ $control text (_ "Label text") string "" (_ "Sound ##1") snd-list) (incf label-count) (when (= label-count max-labels) - (format t (_ "Too many silences detected.\nOnly the first 10000 labels added.")) + (format t (_ "Too many silences detected.~%Only the first 10000 labels added.")) (return-from find-sounds snd-list)) (setf snd-count 0)) ;Pushed to list, so reset sound sample counter. (when (> snd-count 0) ;Sound is shorter than snd-dur, so keep counting.