1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-27 15:50:10 +01:00

Rewrite trailing labels of controls

This commit is contained in:
Paul Licameli
2018-03-01 18:22:04 -05:00
parent 8709e9735a
commit 447d15bc75
2 changed files with 9 additions and 9 deletions

View File

@@ -17,7 +17,7 @@ $copyright (_"Released under terms of the GNU General Public License version 2")
;; For information about writing and modifying Nyquist plug-ins:
;; https://wiki.audacityteam.org/wiki/Nyquist_Plug-ins_Reference
$control number (_"Limit output to first") string "samples" "100"
$control number (_"Limit output to first") string (_"samples") "100"
$control units (_"Measurement scale") choice ((_"dB") (_"Linear")) 0
$control fileformat (_"File data format") choice (
(_"Sample List (txt)")