From 18e6547ffac003173cc7e980d04085cf88a91239 Mon Sep 17 00:00:00 2001 From: Dominik Riebeling Date: Mon, 26 Oct 2009 22:18:27 +0000 Subject: Add a pointer to the manual and wiki for finding an OF file for AMS bootloader installation. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23364 a1c6a512-1295-4272-9138-f99709370657 --- rbutil/rbutilqt/base/bootloaderinstallams.cpp | 13 ++++++++----- 1 file 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) 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) -- cgit v1.2.3