diff --git a/rbutil/rbutilqt/base/bootloaderinstallbase.cpp b/rbutil/rbutilqt/base/bootloaderinstallbase.cpp
index 7941f24309..aa3a977d16 100644
--- a/rbutil/rbutilqt/base/bootloaderinstallbase.cpp
+++ b/rbutil/rbutilqt/base/bootloaderinstallbase.cpp
@@ -209,10 +209,8 @@ QString BootloaderInstallBase::postinstallHints(QString model)
"following steps manually:");
msg += "
";
- msg += tr("- Safely remove your player.
");
- if(model == "sansafuzeplus") {
- msg += tr("- Remove any previously inserted microSD card
");
- hint = true;
+ if(model != "sansafuzeplus") {
+ msg += tr("- Safely remove your player.
");
}
if(model == "h100" || model == "h120" || model == "h300" ||
model == "ondavx747") {
@@ -228,6 +226,7 @@ QString BootloaderInstallBase::postinstallHints(QString model)
}
if(model == "sansafuzeplus") {
hint = true;
+ msg += tr("- Remove any previously inserted microSD card
");
msg += tr("- Disconnect your player. The player will reboot and "
"perform an update of the original firmware. "
"Please refer to your players manual on details.
"