summaryrefslogtreecommitdiff
path: root/rbutil
diff options
context:
space:
mode:
Diffstat (limited to 'rbutil')
-rw-r--r--rbutil/rbutilqt/base/bootloaderinstallams.cpp13
1 files changed, 8 insertions, 5 deletions
diff --git a/rbutil/rbutilqt/base/bootloaderinstallams.cpp b/rbutil/rbutilqt/base/bootloaderinstallams.cpp
index 7de6ee6837..fddbd18820 100644
--- a/rbutil/rbutilqt/base/bootloaderinstallams.cpp
+++ b/rbutil/rbutilqt/base/bootloaderinstallams.cpp
@@ -31,11 +31,14 @@ BootloaderInstallAms::BootloaderInstallAms(QObject *parent)
31QString BootloaderInstallAms::ofHint() 31QString BootloaderInstallAms::ofHint()
32{ 32{
33 return tr("Bootloader installation requires you to provide " 33 return tr("Bootloader installation requires you to provide "
34 "a firmware file of the original firmware (bin file). " 34 "a firmware file of the original firmware (bin file). "
35 "You need to download this file yourself due to legal " 35 "You need to download this file yourself due to legal "
36 "reasons." 36 "reasons. Please refer to the "
37 "Press Ok to continue and browse your computer for the firmware " 37 "<a href='http://www.rockbox.org/manual.shtml'>manual</a> and the "
38 "file."); 38 "<a href='http://www.rockbox.org/wiki/SansaAMS'>SansaAMS</a> "
39 "wiki page on how to obtain this file.<br/>"
40 "Press Ok to continue and browse your computer for the firmware "
41 "file.");
39} 42}
40 43
41bool BootloaderInstallAms::install(void) 44bool BootloaderInstallAms::install(void)