diff --git a/kwin/src/kcm/breezydesktopeffectkcm.cpp b/kwin/src/kcm/breezydesktopeffectkcm.cpp index ba90b4a..a0afea7 100644 --- a/kwin/src/kcm/breezydesktopeffectkcm.cpp +++ b/kwin/src/kcm/breezydesktopeffectkcm.cpp @@ -651,7 +651,7 @@ void BreezyDesktopEffectConfig::checkForUpdates() { if (isNewer) { if (auto label = widget()->findChild(QStringLiteral("labelUpdateAvailable"))) { - label->setText(tr("A newer version (%1) is available. Please update using the same method you used to install.").arg(latest)); + label->setText(tr("A newer version (%1) is available. To update, rerun the breezy_kwin_setup script.").arg(latest)); label->setVisible(true); } } diff --git a/ui/src/gtk/failed-verification.ui b/ui/src/gtk/failed-verification.ui index 315dee8..bcac7d7 100644 --- a/ui/src/gtk/failed-verification.ui +++ b/ui/src/gtk/failed-verification.ui @@ -3,6 +3,7 @@