mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-14 23:30:23 +02:00
Rewrite default values of string controls
This commit is contained in:
parent
447d15bc75
commit
4733899dd7
@ -19,7 +19,7 @@ $control mode (_"Use 'Number of labels' OR 'Label interval'") choice ((_"Number
|
||||
$control totalnum (_"Number of labels") int-text "" 10 1 1000
|
||||
$control interval (_"Label interval (seconds)") float-text "" 60 0.001 3600
|
||||
$control adjust (_"Adjust label interval to fit length") choice ((_"No") (_"Yes")) 0
|
||||
$control labeltext (_"Label text") string "" "Label" ""
|
||||
$control labeltext (_"Label text") string "" (_"Label")
|
||||
$control zeros (_"Minimum number of digits in label") choice (
|
||||
(_"None - text only")
|
||||
(_"1 (before label)") (_"2 (before label)") (_"3 (before label)")
|
||||
|
@ -43,8 +43,8 @@ $control messages (_"Show messages") choice (
|
||||
(_"Errors Only")
|
||||
(_"None")
|
||||
) 0
|
||||
$control filename (_"File name") string "" "sample-data"
|
||||
$control path (_"Output folder") string "" "Home directory"
|
||||
$control filename (_"File name") string "" (_"sample-data")
|
||||
$control path (_"Output folder") string "" (_"Home directory")
|
||||
$control owrite (_"Allow files to be overwritten") choice ((_"No") (_"Yes")) 0
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user