mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 21:22:39 -05:00
Remove duplicate entry from postinstall hint.
The Fuze+ has its own "disconnect player" message, so don't show the generic one here. Change-Id: Ibecac46d2434cb2c2b0369ff87649093252594ef
This commit is contained in:
parent
1a4a934d5e
commit
dc9bd859fe
1 changed files with 3 additions and 4 deletions
|
|
@ -209,10 +209,8 @@ QString BootloaderInstallBase::postinstallHints(QString model)
|
||||||
"following steps manually:");
|
"following steps manually:");
|
||||||
|
|
||||||
msg += "<ol>";
|
msg += "<ol>";
|
||||||
msg += tr("<li>Safely remove your player.</li>");
|
if(model != "sansafuzeplus") {
|
||||||
if(model == "sansafuzeplus") {
|
msg += tr("<li>Safely remove your player.</li>");
|
||||||
msg += tr("<li>Remove any previously inserted microSD card</li>");
|
|
||||||
hint = true;
|
|
||||||
}
|
}
|
||||||
if(model == "h100" || model == "h120" || model == "h300" ||
|
if(model == "h100" || model == "h120" || model == "h300" ||
|
||||||
model == "ondavx747") {
|
model == "ondavx747") {
|
||||||
|
|
@ -228,6 +226,7 @@ QString BootloaderInstallBase::postinstallHints(QString model)
|
||||||
}
|
}
|
||||||
if(model == "sansafuzeplus") {
|
if(model == "sansafuzeplus") {
|
||||||
hint = true;
|
hint = true;
|
||||||
|
msg += tr("<li>Remove any previously inserted microSD card</li>");
|
||||||
msg += tr("<li>Disconnect your player. The player will reboot and "
|
msg += tr("<li>Disconnect your player. The player will reboot and "
|
||||||
"perform an update of the original firmware. "
|
"perform an update of the original firmware. "
|
||||||
"Please refer to your players manual on details.<br/>"
|
"Please refer to your players manual on details.<br/>"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue