mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 05:05:20 -05:00
Info screen fixups:
* Shortened the voice entry for external disk names. * Deprecated LANG_CURRENT_TIME which is not used anywhere. * Before there were CRLFs, then there were blank lines, cleaned that up. * Removed extra format specifier and args in the snprintf for MMC NOT_PRESENT. * Made the voice info about disks match more closely what is displayed: basically, speak disk size for multi-volume case as well. * Not too sure about the reordering, so I did NOT touch that. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15415 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
a042c720c3
commit
f6b404bd73
2 changed files with 23 additions and 34 deletions
|
|
@ -6962,8 +6962,8 @@
|
|||
</dest>
|
||||
<voice>
|
||||
*: none
|
||||
e200,c200: "micro Secure Digital card:"
|
||||
ondio*: "Multimedia card"
|
||||
e200,c200: "micro S D"
|
||||
ondio*: "M M C"
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
|
|
@ -6996,16 +6996,16 @@
|
|||
</phrase>
|
||||
<phrase>
|
||||
id: LANG_CURRENT_TIME
|
||||
desc: in run time screen
|
||||
desc: deprecated
|
||||
user:
|
||||
<source>
|
||||
*: "Current Time"
|
||||
*: ""
|
||||
</source>
|
||||
<dest>
|
||||
*: "Current Time"
|
||||
*: ""
|
||||
</dest>
|
||||
<voice>
|
||||
*: "Current Time"
|
||||
*: ""
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue