From 52546c5660040b5d815c16576048bddba5c60fc4 Mon Sep 17 00:00:00 2001 From: tobtoht Date: Wed, 9 Oct 2024 19:14:41 +0200 Subject: [PATCH] updater: fix status text --- src/utils/updater/UpdateDialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/updater/UpdateDialog.cpp b/src/utils/updater/UpdateDialog.cpp index c7aab33..0f2d122 100644 --- a/src/utils/updater/UpdateDialog.cpp +++ b/src/utils/updater/UpdateDialog.cpp @@ -243,7 +243,7 @@ void UpdateDialog::onInstallUpdate() { } if (m_updater->platformTag == "win-installer") { - this->setStatus("Installer written. Click 'restart' to close Feather and start the installer."); + this->setStatus("Installer written. Click 'Restart Feather' to close Feather and start the installer."); } else { this->setStatus("Installation successful. Do you want to restart Feather now?"); }