From 3a6a2fcb322a9629a3ad45c5b7f076898cde6b19 Mon Sep 17 00:00:00 2001 From: NotRin7 <102989232+NotRin7@users.noreply.github.com> Date: Wed, 19 Nov 2025 21:31:38 +0100 Subject: [PATCH] Update palladiumgui.cpp --- src/qt/palladiumgui.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/qt/palladiumgui.cpp b/src/qt/palladiumgui.cpp index 6d494ba..d92832a 100644 --- a/src/qt/palladiumgui.cpp +++ b/src/qt/palladiumgui.cpp @@ -1591,7 +1591,7 @@ void PalladiumGUI::onUpdateResult(QNetworkReply* reply) updateAlertWidget->setStyleSheet("background-color: #d9534f; color: white; border-radius: 0px;"); updateAlertWidget->setMaximumHeight(50); - QLabel *label = new QLabel(tr("Eine neue Version von Palladium ist verfügbar! (%1)").arg(remoteVersionStr), updateAlertWidget); + QLabel *label = new QLabel(tr("A new update is available! (%1)").arg(remoteVersionStr), updateAlertWidget); label->setStyleSheet("font-weight: bold; border: none; background: transparent; color: white;"); QPushButton *btn = new QPushButton(tr("Download"), updateAlertWidget); @@ -1620,4 +1620,4 @@ void PalladiumGUI::openUpdateLink() if (!latestVersionUrl.isEmpty()) { QDesktopServices::openUrl(QUrl(latestVersionUrl)); } -} \ No newline at end of file +}