From 197b9ed886b3f73bab1ee7fa5d666e2a7e741db0 Mon Sep 17 00:00:00 2001 From: sithlord48 Date: Sat, 7 Jun 2025 23:13:27 -0400 Subject: [PATCH] refactor: message::showWaylandLibaryError, use name in the title and enable translations --- src/lib/gui/Messages.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/gui/Messages.cpp b/src/lib/gui/Messages.cpp index 8b548c163..29a86603e 100644 --- a/src/lib/gui/Messages.cpp +++ b/src/lib/gui/Messages.cpp @@ -270,8 +270,8 @@ void showReadOnlySettings(QWidget *parent, const QString &systemSettingsPath) void showWaylandLibraryError(QWidget *parent) { QMessageBox::critical( - parent, "Library problem", - QString( + parent, kAppName, + QObject::tr( "

Sorry, while this version of %1 does support Wayland, " "this build was not linked with one or more of the required " "libraries.

"