diff options
author | Michael Giacomelli <giac2000@hotmail.com> | 2011-05-13 18:35:19 +0000 |
---|---|---|
committer | Michael Giacomelli <giac2000@hotmail.com> | 2011-05-13 18:35:19 +0000 |
commit | 6484b45d711661c97c5d349065903c40f11ca579 (patch) | |
tree | cd0d7acd0b8438d660625906d42dd6175a794853 /rbutil | |
parent | a43509cc99a11665902ef8bba44c4ba2c9553236 (diff) |
Make the AMS bootloader prompt slightly more specific.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29870 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'rbutil')
-rw-r--r-- | rbutil/rbutilqt/base/bootloaderinstallams.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/rbutil/rbutilqt/base/bootloaderinstallams.cpp b/rbutil/rbutilqt/base/bootloaderinstallams.cpp index 3bdd084c60..0bdce7d7d8 100644 --- a/rbutil/rbutilqt/base/bootloaderinstallams.cpp +++ b/rbutil/rbutilqt/base/bootloaderinstallams.cpp @@ -31,7 +31,9 @@ BootloaderInstallAms::BootloaderInstallAms(QObject *parent) QString BootloaderInstallAms::ofHint() { return tr("Bootloader installation requires you to provide " - "a firmware file of the original firmware (bin file). " + "a copy of the original Sandisk firmware (bin file). " + "This firmware file will be patched and then installed to your " + "player along with the rockbox bootloader. " "You need to download this file yourself due to legal " "reasons. Please browse the " "<a href='http://forums.sandisk.com/sansa/'>Sansa Forums'</a> " |