1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-27 15:50:10 +01: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

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