refactor: message::showWaylandLibaryError, use name in the title and enable translations

This commit is contained in:
sithlord48
2025-06-07 23:13:27 -04:00
committed by Nick Bolton
parent 8f7fbc0a21
commit 197b9ed886

View File

@ -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(
"<p>Sorry, while this version of %1 does support Wayland, "
"this build was not linked with one or more of the required "
"libraries.</p>"