mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-15 16:12:28 -05:00
Fix post installation hint for h100 / h300 players.
Change-Id: I7af8883253281c85fef52001b291fcd942772e3d
This commit is contained in:
parent
dc9bd859fe
commit
f9bf62e3ad
1 changed files with 1 additions and 1 deletions
|
|
@ -212,7 +212,7 @@ QString BootloaderInstallBase::postinstallHints(QString model)
|
||||||
if(model != "sansafuzeplus") {
|
if(model != "sansafuzeplus") {
|
||||||
msg += tr("<li>Safely remove your player.</li>");
|
msg += tr("<li>Safely remove your player.</li>");
|
||||||
}
|
}
|
||||||
if(model == "h100" || model == "h120" || model == "h300" ||
|
if(model == "iriverh100" || model == "iriverh120" || model == "iriverh300" ||
|
||||||
model == "ondavx747") {
|
model == "ondavx747") {
|
||||||
hint = true;
|
hint = true;
|
||||||
msg += tr("<li>Reboot your player into the original firmware.</li>"
|
msg += tr("<li>Reboot your player into the original firmware.</li>"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue