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