diff --git a/rbutil/rbutilqt/base/bootloaderinstallbase.cpp b/rbutil/rbutilqt/base/bootloaderinstallbase.cpp index aa3a977d16..87e414413d 100644 --- a/rbutil/rbutilqt/base/bootloaderinstallbase.cpp +++ b/rbutil/rbutilqt/base/bootloaderinstallbase.cpp @@ -212,7 +212,7 @@ QString BootloaderInstallBase::postinstallHints(QString model) if(model != "sansafuzeplus") { msg += tr("
  • Safely remove your player.
  • "); } - if(model == "h100" || model == "h120" || model == "h300" || + if(model == "iriverh100" || model == "iriverh120" || model == "iriverh300" || model == "ondavx747") { hint = true; msg += tr("
  • Reboot your player into the original firmware.
  • "