mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-27 07:43:50 +01:00
Bug 324 (P2) followup - Change string for warning preference.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user