mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-19 17:40:15 +02:00
Don't indent lines in the dropout warning
This commit is contained in:
parent
1130d272d0
commit
c2ee1380da
@ -5399,9 +5399,9 @@ void AudacityProject::OnAudioIOStopRecording()
|
|||||||
ShowWarningDialog(this, wxT("DropoutDetected"), _("\
|
ShowWarningDialog(this, wxT("DropoutDetected"), _("\
|
||||||
Recorded audio was lost at the labeled locations. Possible causes:\n\
|
Recorded audio was lost at the labeled locations. Possible causes:\n\
|
||||||
\n\
|
\n\
|
||||||
\tOther applications are competing with Audacity for processor time\n\
|
Other applications are competing with Audacity for processor time\n\
|
||||||
\n\
|
\n\
|
||||||
\tYou are saving directly to a slow external storage device\n\
|
You are saving directly to a slow external storage device\n\
|
||||||
"
|
"
|
||||||
));
|
));
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user