From 7f36ac9faf3cf9c5da2c01da846a5fde5c130171 Mon Sep 17 00:00:00 2001 From: itsmattkc <34096995+itsmattkc@users.noreply.github.com> Date: Thu, 30 Sep 2021 17:14:17 -0700 Subject: [PATCH] main: improved warning message --- app/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/main.cpp b/app/main.cpp index 0898932a0..afcb4a170 100644 --- a/app/main.cpp +++ b/app/main.cpp @@ -234,7 +234,7 @@ int main(int argc, char *argv[]) if (!has_proc_address) { QString msg = QCoreApplication::translate("main", "Your computer's graphics driver does not appear to support framebuffers. " - "This means either your graphics driver is not up-to-date or your graphics card is too old to run Olive.\n\n" + "This most likely means either your graphics driver is not up-to-date or your graphics card is too old to run Olive.\n\n" "Please update your graphics driver to the latest version and try again.\n\n" "Current driver information: %1 %2 %3").arg(QString::fromStdString(gpu_vendor), QString::fromStdString(gpu_renderer), QString::fromStdString(gpu_version));