diff options
| author | Dominik Riebeling <Dominik.Riebeling@gmail.com> | 2012-01-04 17:52:34 +0000 |
|---|---|---|
| committer | Dominik Riebeling <Dominik.Riebeling@gmail.com> | 2012-01-04 17:52:34 +0000 |
| commit | 56e1e859caab66ecb1b53866c0dc464ea6688a2e (patch) | |
| tree | c205f3f6d02e254cc0d99b196ead2775fc0317b2 | |
| parent | 0265c8be0f5515937e6b41bd350dbf377a7b8984 (diff) | |
| download | rockbox-56e1e859caab66ecb1b53866c0dc464ea6688a2e.zip rockbox-56e1e859caab66ecb1b53866c0dc464ea6688a2e.tar.gz rockbox-56e1e859caab66ecb1b53866c0dc464ea6688a2e.tar.bz2 rockbox-56e1e859caab66ecb1b53866c0dc464ea6688a2e.tar.xz | |
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
| -rw-r--r-- | rbutil/rbutilqt/base/bootloaderinstallbase.cpp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/rbutil/rbutilqt/base/bootloaderinstallbase.cpp b/rbutil/rbutilqt/base/bootloaderinstallbase.cpp index b718db8..0492525 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" |