From c2ee1380daa6798e79dbff09d5610f3caa19dcb1 Mon Sep 17 00:00:00 2001 From: Paul Licameli Date: Wed, 17 Jan 2018 09:21:07 -0500 Subject: [PATCH] Don't indent lines in the dropout warning --- src/Project.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Project.cpp b/src/Project.cpp index dbadf184d..aa096a6e3 100644 --- a/src/Project.cpp +++ b/src/Project.cpp @@ -5399,9 +5399,9 @@ void AudacityProject::OnAudioIOStopRecording() ShowWarningDialog(this, wxT("DropoutDetected"), _("\ Recorded audio was lost at the labeled locations. Possible causes:\n\ \n\ -\tOther applications are competing with Audacity for processor time\n\ +Other applications are competing with Audacity for processor time\n\ \n\ -\tYou are saving directly to a slow external storage device\n\ +You are saving directly to a slow external storage device\n\ " )); }