1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-15 15:49:36 +02:00

Rewrite default values of string controls

This commit is contained in:
Paul Licameli 2018-03-01 18:29:35 -05:00
parent 447d15bc75
commit 4733899dd7
2 changed files with 3 additions and 3 deletions

View File

@ -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 totalnum (_"Number of labels") int-text "" 10 1 1000
$control interval (_"Label interval (seconds)") float-text "" 60 0.001 3600 $control interval (_"Label interval (seconds)") float-text "" 60 0.001 3600
$control adjust (_"Adjust label interval to fit length") choice ((_"No") (_"Yes")) 0 $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 ( $control zeros (_"Minimum number of digits in label") choice (
(_"None - text only") (_"None - text only")
(_"1 (before label)") (_"2 (before label)") (_"3 (before label)") (_"1 (before label)") (_"2 (before label)") (_"3 (before label)")

View File

@ -43,8 +43,8 @@ $control messages (_"Show messages") choice (
(_"Errors Only") (_"Errors Only")
(_"None") (_"None")
) 0 ) 0
$control filename (_"File name") string "" "sample-data" $control filename (_"File name") string "" (_"sample-data")
$control path (_"Output folder") string "" "Home directory" $control path (_"Output folder") string "" (_"Home directory")
$control owrite (_"Allow files to be overwritten") choice ((_"No") (_"Yes")) 0 $control owrite (_"Allow files to be overwritten") choice ((_"No") (_"Yes")) 0