From: tobtoht Date: Wed, 9 Oct 2024 17:14:41 +0000 (+0200) Subject: updater: fix status text X-Git-Url: https://git.nutra.tk/v1?a=commitdiff_plain;h=52546c5660040b5d815c16576048bddba5c60fc4;p=gamesguru%2Ffeather.git updater: fix status text --- diff --git a/src/utils/updater/UpdateDialog.cpp b/src/utils/updater/UpdateDialog.cpp index c7aab33c..0f2d1224 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?"); }