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)
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."
- "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 "
+ "SansaAMS "
+ "wiki page on how to obtain this file.
"
+ "Press Ok to continue and browse your computer for the firmware "
+ "file.");
}
bool BootloaderInstallAms::install(void)