1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-09-16 16:20:50 +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,7 +102,8 @@ void FFmpegStartup()
{ {
if (enabled) if (enabled)
{ {
AudacityMessageBox(_("FFmpeg was configured in Preferences and successfully loaded before, \ AudacityMessageBox(_(
"FFmpeg was configured in Preferences and successfully loaded before, \
\nbut this time Audacity failed to load it at startup. \ \nbut this time Audacity failed to load it at startup. \
\n\nYou may want to go back to Preferences > Libraries and re-configure it."), \n\nYou may want to go back to Preferences > Libraries and re-configure it."),
_("FFmpeg startup failed")); _("FFmpeg startup failed"));