mirror of
https://github.com/cookiengineer/audacity
synced 2025-07-03 06:03:13 +02:00
Bug 324 (P2) followup - Change string for warning preference.
This commit is contained in:
parent
91746bb606
commit
700a9c5263
@ -69,7 +69,7 @@ void WarningsPrefs::PopulateOrExchange(ShuttleGui & S)
|
||||
S.TieCheckBox(_("Mixing down to &mono during export"),
|
||||
wxT("/Warnings/MixMono"),
|
||||
true);
|
||||
S.TieCheckBox(_("Warn when &importing uncompressed files"),
|
||||
S.TieCheckBox(_("&Importing uncompressed audio files"),
|
||||
wxT("/Warnings/CopyOrEditUncompressedDataAsk"),
|
||||
true);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user