]> Nutra Git (v2) - gamesguru/feather.git/commitdiff
updater: fix status text
authortobtoht <tob@featherwallet.org>
Wed, 9 Oct 2024 17:14:41 +0000 (19:14 +0200)
committertobtoht <tob@featherwallet.org>
Wed, 9 Oct 2024 17:14:59 +0000 (19:14 +0200)
src/utils/updater/UpdateDialog.cpp

index c7aab33cc97db26bbabe3da6ceb6fc7dc5351c31..0f2d1224faaf92ce3ec332db9fcaa9280160d3b7 100644 (file)
@@ -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?");
     }