mirror of
https://github.com/cookiengineer/audacity
synced 2025-08-16 08:34:10 +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"),
|
S.TieCheckBox(_("Mixing down to &mono during export"),
|
||||||
wxT("/Warnings/MixMono"),
|
wxT("/Warnings/MixMono"),
|
||||||
true);
|
true);
|
||||||
S.TieCheckBox(_("Warn when &importing uncompressed files"),
|
S.TieCheckBox(_("&Importing uncompressed audio files"),
|
||||||
wxT("/Warnings/CopyOrEditUncompressedDataAsk"),
|
wxT("/Warnings/CopyOrEditUncompressedDataAsk"),
|
||||||
true);
|
true);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user