1
0
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:
Paul Licameli 2018-01-17 09:21:07 -05:00
parent 1130d272d0
commit c2ee1380da

View File

@ -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\
" "
)); ));
} }