Fix another misindented string

This commit is contained in:
Paul Licameli 2019-12-17 16:13:49 -05:00
parent 0338c3e0cc
commit 384b7fe4ec
1 changed files with 5 additions and 4 deletions

View File

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