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:
parent
c4e051bed7
commit
b659936ca5
1 changed files with 8 additions and 5 deletions
|
|
@ -32,11 +32,14 @@ BootloaderInstallTcc::BootloaderInstallTcc(QObject *parent)
|
||||||
QString BootloaderInstallTcc::ofHint()
|
QString BootloaderInstallTcc::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 "
|
||||||
"Press Ok to continue and browse your computer for the firmware "
|
"<a href='http://www.rockbox.org/manual.shtml'>manual</a> and the "
|
||||||
"file.");
|
"<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.");
|
||||||
}
|
}
|
||||||
|
|
||||||
bool BootloaderInstallTcc::install(void)
|
bool BootloaderInstallTcc::install(void)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue