mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 21:22:39 -05:00
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:
parent
26bf32c8aa
commit
8fe55f96b5
3 changed files with 6 additions and 10 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue