1
0
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:
Paul Licameli
2018-03-27 14:47:47 -04:00
parent e1b60916b7
commit 842025aeb3
15 changed files with 153 additions and 52 deletions

View File

@@ -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