mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-12 09:33:34 +02:00
Usage of _ in Nyquist program bodies
This commit is contained in:
@@ -72,5 +72,5 @@ audio clip, fade in, otherwise fade out."
|
||||
(if (< in-dist out-dist) 'in 'out)))
|
||||
|
||||
(if (< (length (get '*selection* 'tracks)) 2)
|
||||
"Error.\nSelect 2 (or more) tracks to crossfade."
|
||||
(_"Error.\nSelect 2 (or more) tracks to crossfade.")
|
||||
(crossfade type direction curve))
|
||||
|
Reference in New Issue
Block a user