updater: fix status text

This commit is contained in:
tobtoht 2024-10-09 19:14:41 +02:00
parent 2e91a0dc9f
commit 52546c5660
No known key found for this signature in database
GPG key ID: E45B10DD027D2472

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