Fix post installation hint for h100 / h300 players.

Change-Id: I7af8883253281c85fef52001b291fcd942772e3d
This commit is contained in:
Dominik Riebeling 2012-02-22 23:19:58 +01:00
parent dc9bd859fe
commit f9bf62e3ad

View file

@ -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>"