summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rbutil/rbutilqt/base/bootloaderinstallbase.cpp2
1 files changed, 1 insertions, 1 deletions
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)
212 if(model != "sansafuzeplus") { 212 if(model != "sansafuzeplus") {
213 msg += tr("<li>Safely remove your player.</li>"); 213 msg += tr("<li>Safely remove your player.</li>");
214 } 214 }
215 if(model == "h100" || model == "h120" || model == "h300" || 215 if(model == "iriverh100" || model == "iriverh120" || model == "iriverh300" ||
216 model == "ondavx747") { 216 model == "ondavx747") {
217 hint = true; 217 hint = true;
218 msg += tr("<li>Reboot your player into the original firmware.</li>" 218 msg += tr("<li>Reboot your player into the original firmware.</li>"