diff options
| -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 6d5749f..b1f47ed 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."); |