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)
QString BootloaderInstallTcc::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. "
- "Press Ok to continue and browse your computer for the firmware "
- "file.");
+ "a firmware file of the original firmware (bin file). "
+ "You need to download this file yourself due to legal "
+ "reasons. Please refer to the "
+ "manual and the "
+ "CowonD2Info "
+ "wiki page on how to obtain the file.
"
+ "Press Ok to continue and browse your computer for the firmware "
+ "file.");
}
bool BootloaderInstallTcc::install(void)