1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-09-16 08:10:25 +02:00

Fix another misindented string

This commit is contained in:
Paul Licameli 2019-12-17 16:13:49 -05:00
parent 0338c3e0cc
commit 384b7fe4ec

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