diff options
author | Rafaël Carré <rafael.carre@gmail.com> | 2010-02-19 23:45:29 +0000 |
---|---|---|
committer | Rafaël Carré <rafael.carre@gmail.com> | 2010-02-19 23:45:29 +0000 |
commit | 8b1bbdb0135d394c99f4ecbf987b715a03214630 (patch) | |
tree | ac20b69cc326278c7f6e78da9251ebb142befaad /rbutil | |
parent | 0b060e15487447c585c92a8abaad8e27a4a8d935 (diff) |
rbutil: link to the Sansa forums when the user is requested to download a Sansa AMS firmware
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24778 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'rbutil')
-rw-r--r-- | rbutil/rbutilqt/base/bootloaderinstallams.cpp | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/rbutil/rbutilqt/base/bootloaderinstallams.cpp b/rbutil/rbutilqt/base/bootloaderinstallams.cpp index 6d5749facd..b1f47eda93 100644 --- a/rbutil/rbutilqt/base/bootloaderinstallams.cpp +++ b/rbutil/rbutilqt/base/bootloaderinstallams.cpp @@ -33,9 +33,11 @@ QString BootloaderInstallAms::ofHint() return tr("Bootloader installation requires you to provide " "a firmware file of the original firmware (bin file). " "You need to download this file yourself due to legal " - "reasons. Please refer to the " - "<a href='http://www.rockbox.org/manual.shtml'>manual</a> and the " - "<a href='http://www.rockbox.org/wiki/SansaAMS'>SansaAMS</a> " + "reasons. Please browse the " + "<a href='http://forums.sandisk.com/sansa/'>Sansa Forums'</a> " + "or refer to the " + "<a href='http://www.rockbox.org/manual.shtml'>manual</a> and " + "the <a href='http://www.rockbox.org/wiki/SansaAMS'>SansaAMS</a> " "wiki page on how to obtain this file.<br/>" "Press Ok to continue and browse your computer for the firmware " "file."); |