qt: Corrected stray mention of Lime3DS in FFmpeg error message
This commit is contained in:
parent
aa58dd5f68
commit
c0bb7abdbc
1 changed files with 1 additions and 1 deletions
|
|
@ -2911,7 +2911,7 @@ void GMainWindow::ShowFFmpegErrorMessage() {
|
||||||
message_box.setText(
|
message_box.setText(
|
||||||
tr("FFmpeg could not be loaded. Make sure you have a compatible version installed."
|
tr("FFmpeg could not be loaded. Make sure you have a compatible version installed."
|
||||||
#ifdef _WIN32
|
#ifdef _WIN32
|
||||||
"\n\nTo install FFmpeg to Lime, press Open and select your FFmpeg directory."
|
"\n\nTo install FFmpeg to Azahar, press Open and select your FFmpeg directory."
|
||||||
#endif
|
#endif
|
||||||
"\n\nTo view a guide on how to install FFmpeg, press Help."));
|
"\n\nTo view a guide on how to install FFmpeg, press Help."));
|
||||||
message_box.setStandardButtons(QMessageBox::Ok | QMessageBox::Help
|
message_box.setStandardButtons(QMessageBox::Ok | QMessageBox::Help
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue