summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rbutil/rbutilqt/base/bootloaderinstallbase.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/rbutil/rbutilqt/base/bootloaderinstallbase.cpp b/rbutil/rbutilqt/base/bootloaderinstallbase.cpp
index b718db8729..0492525c05 100644
--- a/rbutil/rbutilqt/base/bootloaderinstallbase.cpp
+++ b/rbutil/rbutilqt/base/bootloaderinstallbase.cpp
@@ -211,7 +211,10 @@ QString BootloaderInstallBase::postinstallHints(QString model)
211 msg += tr("<li>Reboot your player into the original firmware.</li>" 211 msg += tr("<li>Reboot your player into the original firmware.</li>"
212 "<li>Perform a firmware upgrade using the update functionality " 212 "<li>Perform a firmware upgrade using the update functionality "
213 "of the original firmware. Please refer to your player's manual " 213 "of the original firmware. Please refer to your player's manual "
214 "on details.</li>" 214 "on details.<br/><b>Important:</b> updating the firmware is a "
215 "critical process that must not be interrupted. <b>Make sure the "
216 "player is charged before starting the firmware update "
217 "process.</b></li>"
215 "<li>After the firmware has been updated reboot your player.</li>"); 218 "<li>After the firmware has been updated reboot your player.</li>");
216 } 219 }
217 if(model == "iaudiox5" || model == "iaudiom5" 220 if(model == "iaudiox5" || model == "iaudiom5"