1
0
Fork 0
forked from len0rd/rockbox

Give the user a hint on where find the required bootloader file.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24441 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Dominik Riebeling 2010-02-01 20:30:22 +00:00
parent c4e051bed7
commit b659936ca5

View file

@ -34,7 +34,10 @@ 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. "
"reasons. Please refer to the "
"<a href='http://www.rockbox.org/manual.shtml'>manual</a> and the "
"<a href='http://www.rockbox.org/wiki/CowonD2Info'>CowonD2Info</a> "
"wiki page on how to obtain the file.<br/>"
"Press Ok to continue and browse your computer for the firmware "
"file.");
}