mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-27 15:53:49 +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"),
|
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);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user