mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 05:05:20 -05:00
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
This commit is contained in:
parent
9e004746cd
commit
18e6547ffa
1 changed files with 8 additions and 5 deletions
|
|
@ -33,7 +33,10 @@ QString BootloaderInstallAms::ofHint()
|
||||||
return tr("Bootloader installation requires you to provide "
|
return tr("Bootloader installation requires you to provide "
|
||||||
"a firmware file of the original firmware (bin file). "
|
"a firmware file of the original firmware (bin file). "
|
||||||
"You need to download this file yourself due to legal "
|
"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/SansaAMS'>SansaAMS</a> "
|
||||||
|
"wiki page on how to obtain this file.<br/>"
|
||||||
"Press Ok to continue and browse your computer for the firmware "
|
"Press Ok to continue and browse your computer for the firmware "
|
||||||
"file.");
|
"file.");
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue