mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 12:45:26 -05:00
Center the list on the currently loaded file in the following screens (FS#10093):
- Font selection - FM preset selection - WPS/RWPS selection - Language selection Modify the menu wording to make them seem more like a setting and update the manual accordingly. The code could possibly be more compact - any help on that would be appreciated. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21464 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
c99ab564b0
commit
4b831753e7
4 changed files with 72 additions and 19 deletions
|
|
@ -2649,15 +2649,15 @@
|
|||
user: core
|
||||
<source>
|
||||
*: none
|
||||
lcd_bitmap: "Browse Fonts"
|
||||
lcd_bitmap: "Font"
|
||||
</source>
|
||||
<dest>
|
||||
*: none
|
||||
lcd_bitmap: "Browse Fonts"
|
||||
lcd_bitmap: "Font"
|
||||
</dest>
|
||||
<voice>
|
||||
*: none
|
||||
lcd_bitmap: "Browse Fonts"
|
||||
lcd_bitmap: "Font"
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
|
|
@ -2665,13 +2665,13 @@
|
|||
desc: in settings_menu()
|
||||
user: core
|
||||
<source>
|
||||
*: "Browse .wps files"
|
||||
*: "While Playing Screen"
|
||||
</source>
|
||||
<dest>
|
||||
*: "Browse .wps files"
|
||||
*: "While Playing Screen"
|
||||
</dest>
|
||||
<voice>
|
||||
*: "Browse while-playing-screen files"
|
||||
*: "While playing screen"
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
|
|
@ -2680,15 +2680,15 @@
|
|||
user: core
|
||||
<source>
|
||||
*: none
|
||||
remote: "Browse .rwps files"
|
||||
remote: "Remote While Playing Screen"
|
||||
</source>
|
||||
<dest>
|
||||
*: none
|
||||
remote: "Browse .rwps files"
|
||||
remote: "Remote While Playing Screen"
|
||||
</dest>
|
||||
<voice>
|
||||
*: none
|
||||
remote: "Browse remote while-playing-screen files"
|
||||
remote: "Remote While Playing Screen"
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
|
|
@ -5187,13 +5187,13 @@
|
|||
desc: in the main menu
|
||||
user: core
|
||||
<source>
|
||||
*: "Browse Themes"
|
||||
*: "Browse Theme Files"
|
||||
</source>
|
||||
<dest>
|
||||
*: "Browse Themes"
|
||||
*: "Browse Theme Files"
|
||||
</dest>
|
||||
<voice>
|
||||
*: "Browse Themes"
|
||||
*: "Browse Theme Files"
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue