From 13f38e0be56fcc68582fc2aafe343b4be1315b9e Mon Sep 17 00:00:00 2001 From: GPUCode <47210458+GPUCode@users.noreply.github.com> Date: Tue, 23 Aug 2022 19:54:15 +0300 Subject: [PATCH] citra_qt: Update error messages Co-authored-by: SachinVin <26602104+SachinVin@users.noreply.github.com> --- src/citra_qt/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/citra_qt/main.cpp b/src/citra_qt/main.cpp index 7a5acb920..4f5ab0740 100644 --- a/src/citra_qt/main.cpp +++ b/src/citra_qt/main.cpp @@ -916,8 +916,8 @@ bool GMainWindow::LoadROM(const QString& filename) { Frontend::ScopeAcquireContext scope(*render_window); - const QString below_gl33_title = tr("OpenGL 4.3 Unsupported"); - const QString below_gl33_message = tr("Your GPU may not support OpenGL 4.3, or you do not " + const QString below_gl43_title = tr("OpenGL 4.3 Unsupported"); + const QString below_gl43_message = tr("Your GPU may not support OpenGL 4.3, or you do not " "have the latest graphics driver."); if (!QOpenGLContext::globalShareContext()->versionFunctions()) {