1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-28 00:00:18 +01:00

Usage of _ in Nyquist program bodies

This commit is contained in:
Paul Licameli
2018-03-01 14:52:26 -05:00
parent da9471ac7f
commit 0beb16210f
21 changed files with 136 additions and 133 deletions

View File

@@ -88,6 +88,7 @@ s-in))
(if (and (> v thres) (> sil-c sil-length))
;Mark the user-set number of seconds BEFORE this point to avoid clipping the start
;of the material.
; Should "S" be translated or become a control value?
(add-label (- (/ n s1-srate) labelbeforedur) "S")
)
;If this sample is NOT silent, then reset the silence counter
@@ -110,6 +111,6 @@ s-in))
;If no silence markers were found, return a message
(if (null l)
(setq l "No silences found. Try reducing the silence\nlevel and minimum silence duration.")
(setq l (_"No silences found. Try reducing the silence\nlevel and minimum silence duration."))
)
l