From 384b7fe4ec5be824583fcab8ff2ae996cdcec82b Mon Sep 17 00:00:00 2001 From: Paul Licameli Date: Tue, 17 Dec 2019 16:13:49 -0500 Subject: [PATCH] Fix another misindented string --- src/FFmpeg.cpp | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/FFmpeg.cpp b/src/FFmpeg.cpp index 3e947db5e..073692622 100644 --- a/src/FFmpeg.cpp +++ b/src/FFmpeg.cpp @@ -102,10 +102,11 @@ void FFmpegStartup() { if (enabled) { - AudacityMessageBox(_("FFmpeg was configured in Preferences and successfully loaded before, \ - \nbut this time Audacity failed to load it at startup. \ - \n\nYou may want to go back to Preferences > Libraries and re-configure it."), - _("FFmpeg startup failed")); + AudacityMessageBox(_( +"FFmpeg was configured in Preferences and successfully loaded before, \ +\nbut this time Audacity failed to load it at startup. \ +\n\nYou may want to go back to Preferences > Libraries and re-configure it."), + _("FFmpeg startup failed")); } } }