mirror of
https://github.com/Rockbox/rockbox.git
synced 2026-05-12 11:43:16 -04:00
Fix incorrect language string reference in eq_menu.c
In most of the translations strings with SYSFONT in title is translated. This leads to displaying problem in (at least) graphical equalizer due to the lack of non-latin character support in the built-in font. Change-Id: I0d27a5358e4eb539d4247c84975d8501d7668836 Reviewed-on: http://gerrit.rockbox.org/727 Reviewed-by: Thomas Martitz <kugel@rockbox.org>
This commit is contained in:
parent
e1da541749
commit
946c348e5c
4 changed files with 18 additions and 137 deletions
|
|
@ -13192,3 +13192,20 @@
|
|||
*: "Maximum Volume Limit"
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
id: LANG_SYSFONT_EQUALIZER_BAND_Q
|
||||
desc: in the equalizer settings menu
|
||||
user: core
|
||||
<source>
|
||||
*: none
|
||||
swcodec: "Q"
|
||||
</source>
|
||||
<dest>
|
||||
*: none
|
||||
swcodec: "Q"
|
||||
</dest>
|
||||
<voice>
|
||||
*: none
|
||||
swcodec: "Q"
|
||||
</voice>
|
||||
</phrase>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue