From c0bb7abdbcb4a47666057ac5e606c6e79ba79719 Mon Sep 17 00:00:00 2001 From: OpenSauce04 Date: Mon, 7 Apr 2025 15:30:48 +0100 Subject: [PATCH] qt: Corrected stray mention of Lime3DS in FFmpeg error message --- src/citra_qt/citra_qt.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/citra_qt/citra_qt.cpp b/src/citra_qt/citra_qt.cpp index 94318da55..44bd917d1 100644 --- a/src/citra_qt/citra_qt.cpp +++ b/src/citra_qt/citra_qt.cpp @@ -2911,7 +2911,7 @@ void GMainWindow::ShowFFmpegErrorMessage() { message_box.setText( tr("FFmpeg could not be loaded. Make sure you have a compatible version installed." #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 "\n\nTo view a guide on how to install FFmpeg, press Help.")); message_box.setStandardButtons(QMessageBox::Ok | QMessageBox::Help