mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-27 15:50:10 +01:00
Naming conventions for Nyquist choice controls too...
... see previous commit comment. Also some i18n-hints
This commit is contained in:
@@ -30,7 +30,10 @@ $copyright (_ "Released under terms of the GNU General Public License version 2"
|
||||
|
||||
|
||||
$control pitch (_ "Pluck MIDI pitch") int "" 60 1 120
|
||||
$control fade (_ "Fade-out type") choice ((_ "abrupt") (_ "gradual")) 0
|
||||
$control fade (_ "Fade-out type") choice (
|
||||
(_ "Abrupt")
|
||||
(_ "Gradual")
|
||||
) 0
|
||||
$control dur (_ "Duration [seconds]") real "" 1 0.1 30
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user