mirror of
https://github.com/Rockbox/rockbox.git
synced 2026-05-12 11:43:16 -04:00
skin_engine: Splash an error when a font fails to load
...Otherwise we fail silently with the theme only partially applied. Change-Id: I1010efaee965db86bb8d2859b04364f63bfbcc0f
This commit is contained in:
parent
5ed0db6e90
commit
93ecb97693
2 changed files with 20 additions and 1 deletions
|
|
@ -16566,4 +16566,18 @@
|
|||
<voice>
|
||||
*: "Lineout"
|
||||
</voice>
|
||||
</phrase>
|
||||
</phrase>
|
||||
<phrase>
|
||||
id: LANG_FONT_LOAD_ERROR
|
||||
desc: Displayed when font loading fails
|
||||
user: core
|
||||
<source>
|
||||
*: "Unable to load font: (%s)"
|
||||
</source>
|
||||
<dest>
|
||||
*: "Unable to load font: (%s)"
|
||||
</dest>
|
||||
<voice>
|
||||
*: "tracks saved"
|
||||
</voice>
|
||||
</phrase>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue