summaryrefslogtreecommitdiff
path: root/rbutil/rbutilqt/base/bootloaderinstallbase.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'rbutil/rbutilqt/base/bootloaderinstallbase.cpp')
-rw-r--r--rbutil/rbutilqt/base/bootloaderinstallbase.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/rbutil/rbutilqt/base/bootloaderinstallbase.cpp b/rbutil/rbutilqt/base/bootloaderinstallbase.cpp
index 5ce735a5b7..a4cf22af29 100644
--- a/rbutil/rbutilqt/base/bootloaderinstallbase.cpp
+++ b/rbutil/rbutilqt/base/bootloaderinstallbase.cpp
@@ -155,7 +155,8 @@ QString BootloaderInstallBase::postinstallHints(QString model)
155 155
156 msg += "<ol>"; 156 msg += "<ol>";
157 msg += tr("<li>Safely remove your player.</li>"); 157 msg += tr("<li>Safely remove your player.</li>");
158 if(model == "h100" || model == "h120" || model == "h300") { 158 if(model == "h100" || model == "h120" || model == "h300" ||
159 model == "ondavx747") {
159 hint = true; 160 hint = true;
160 msg += tr("<li>Reboot your player into the original firmware.</li>" 161 msg += tr("<li>Reboot your player into the original firmware.</li>"
161 "<li>Perform a firmware upgrade using the update functionality " 162 "<li>Perform a firmware upgrade using the update functionality "