Various small rbutil source string cleanups.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19436 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Dominik Riebeling 2008-12-14 12:36:35 +00:00
parent 26bf32c8aa
commit 8fe55f96b5
3 changed files with 6 additions and 10 deletions

View file

@ -148,7 +148,7 @@ QString BootloaderInstallBase::postinstallHints(QString model)
"Installation <b>requires</b> you to perform the "
"following steps manually:");
msg += tr("<ol>");
msg += "<ol>";
msg += tr("<li>Safely remove your player.</li>");
if(model == "h100" || model == "h120" || model == "h300") {
hint = true;