mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-28 00:00:18 +01:00
Naming conventions for Nyquist choice controls too...
... see previous commit comment. Also some i18n-hints
This commit is contained in:
@@ -94,7 +94,10 @@ $copyright (_ "Released under terms of the GNU General Public License version 2"
|
||||
|
||||
$control filename (_ "File name") string "" "sample-data.txt"
|
||||
$control path (_ "File location (path to file)") string "" "Home directory"
|
||||
$control bad-data (_ "Invalid data handling") choice ((_ "Throw error") (_ "Read as zero")) 0
|
||||
$control bad-data (_ "Invalid data handling") choice (
|
||||
("ThrowError" (_ "Throw Error"))
|
||||
("ReadAsZero" (_ "Read as Zero"))
|
||||
) 0
|
||||
|
||||
|
||||
;; home directory
|
||||
|
||||
Reference in New Issue
Block a user