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?"); }