mirror of
https://github.com/cookiengineer/audacity
synced 2026-01-12 07:35:51 +01:00
Rewrite default values of string controls
This commit is contained in:
@@ -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)")
|
||||||
|
|||||||
@@ -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
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user