summaryrefslogtreecommitdiffstats
path: root/rbutil/rbutilqt
diff options
context:
space:
mode:
authorDominik Riebeling <Dominik.Riebeling@gmail.com>2012-01-04 17:52:34 +0000
committerDominik Riebeling <Dominik.Riebeling@gmail.com>2012-01-04 17:52:34 +0000
commit56e1e859caab66ecb1b53866c0dc464ea6688a2e (patch)
treec205f3f6d02e254cc0d99b196ead2775fc0317b2 /rbutil/rbutilqt
parent0265c8be0f5515937e6b41bd350dbf377a7b8984 (diff)
downloadrockbox-56e1e859caab66ecb1b53866c0dc464ea6688a2e.tar.gz
rockbox-56e1e859caab66ecb1b53866c0dc464ea6688a2e.zip
Extend flashing hint a bit.
Since flashing the firmware is a rather critical process extend the post installation hint to advise the user of charging the player first. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31579 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'rbutil/rbutilqt')
-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)
msg += tr("<li>Reboot your player into the original firmware.</li>"
"<li>Perform a firmware upgrade using the update functionality "
"of the original firmware. Please refer to your player's manual "
- "on details.</li>"
+ "on details.<br/><b>Important:</b> updating the firmware is a "
+ "critical process that must not be interrupted. <b>Make sure the "
+ "player is charged before starting the firmware update "
+ "process.</b></li>"
"<li>After the firmware has been updated reboot your player.</li>");
}
if(model == "iaudiox5" || model == "iaudiom5"