mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 05:05:20 -05:00
Fix wrong button displayed for returning from database building screen, closes FS#7974
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15146 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
9a8677cf5c
commit
3688e94083
1 changed files with 2 additions and 2 deletions
|
|
@ -2420,14 +2420,14 @@
|
|||
<source>
|
||||
*: "Building database... %d found (OFF to return)"
|
||||
h100,h120,h300: "Building database... %d found (STOP to return)"
|
||||
ipod*: "Building database... %d found (PLAY/PAUSE to return)"
|
||||
ipod*: "Building database... %d found (PREV to return)"
|
||||
x5,m5: "Building database... %d found (LEFT to return)"
|
||||
h10,h10_5gb,e200,c200: "Building database... %d found (PREV to return)"
|
||||
</source>
|
||||
<dest>
|
||||
*: "Building database... %d found (OFF to return)"
|
||||
h100,h120,h300: "Building database... %d found (STOP to return)"
|
||||
ipod*: "Building database... %d found (PLAY/PAUSE to return)"
|
||||
ipod*: "Building database... %d found (PREV to return)"
|
||||
x5,m5: "Building database... %d found (LEFT to return)"
|
||||
h10,h10_5gb,e200,c200: "Building database... %d found (PREV to return)"
|
||||
</dest>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue