From bb5ec6ad0506e78be816109323c8f13b68b24162 Mon Sep 17 00:00:00 2001 From: bluebrother Date: Mon, 26 Oct 2009 22:18:27 +0000 Subject: [PATCH] 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 7de6ee683..fddbd1882 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) -- 2.11.4.GIT