1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-08-06 15:19:29 +02:00

Make ffmpeg message clearer

This commit is contained in:
Hassan C 2019-07-25 13:38:02 +01:00 committed by James Crook
parent 7dd2e0244c
commit bc9458142b

View File

@ -582,7 +582,7 @@ void FFmpegNotFoundDialog::PopulateOrExchange(ShuttleGui & S)
S.AddFixedText(_( S.AddFixedText(_(
"Audacity attempted to use FFmpeg to import an audio file,\n\ "Audacity attempted to use FFmpeg to import an audio file,\n\
but the libraries were not found.\n\n\ but the libraries were not found.\n\n\
To use FFmpeg import, go to Preferences > Libraries\n\ To use FFmpeg import, go to Edit > Preferences > Libraries\n\
to download or locate the FFmpeg libraries." to download or locate the FFmpeg libraries."
)); ));