mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-16 16:10:06 +02:00
Bug 2128 - Residual: One update to error messages was missed.
This commit is contained in:
parent
073890a19e
commit
075fb54bbb
@ -304,11 +304,11 @@ void OnTimerRecord(const CommandContext &context)
|
||||
const auto existingTracks{ ProjectAudioManager::ChooseExistingRecordingTracks(project, true, rateOfSelected) };
|
||||
if (existingTracks.empty()) {
|
||||
if (numberOfSelected > 0 && rateOfSelected != settings.GetRate()) {
|
||||
AudacityMessageBox(XO("TRACK SELECTION PROBLEM:\n"
|
||||
"Not enough tracks are selected for recording on non-project rate.\n"
|
||||
"(keep in mind that Audacity doesn\'t allow "
|
||||
"using only one channel of a stereo track)"),
|
||||
XO("Insufficient track selection"),
|
||||
AudacityMessageBox(XO(
|
||||
"Too few tracks are selected for recording at this sample rate.\n"
|
||||
"(Audacity requires two channels at the same sample rate for\n"
|
||||
"each stereo track)"),
|
||||
XO("Too Few Compatible Tracks Selected"),
|
||||
wxICON_ERROR | wxCENTRE);
|
||||
|
||||
return;
|
||||
|
Loading…
x
Reference in New Issue
Block a user