mirror of
https://github.com/cookiengineer/audacity
synced 2025-08-02 00:49:33 +02:00
Update export warnings
Attempt to reduce confusion (as reported on the forum) re these messages.
This commit is contained in:
parent
0d5fb01c97
commit
705fc96208
@ -785,14 +785,14 @@ bool Exporter::CheckMix()
|
|||||||
if (exportedChannels == 1) {
|
if (exportedChannels == 1) {
|
||||||
if (ShowWarningDialog(mProject,
|
if (ShowWarningDialog(mProject,
|
||||||
wxT("MixMono"),
|
wxT("MixMono"),
|
||||||
_("Your tracks will be mixed down to a single mono channel in the exported file."),
|
_("Your tracks will be mixed down and exported as one mono file."),
|
||||||
true) == wxID_CANCEL)
|
true) == wxID_CANCEL)
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
else if (exportedChannels == 2) {
|
else if (exportedChannels == 2) {
|
||||||
if (ShowWarningDialog(mProject,
|
if (ShowWarningDialog(mProject,
|
||||||
wxT("MixStereo"),
|
wxT("MixStereo"),
|
||||||
_("Your tracks will be mixed down to two stereo channels in the exported file."),
|
_("Your tracks will be mixed down and exported as one stereo file."),
|
||||||
true) == wxID_CANCEL)
|
true) == wxID_CANCEL)
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user