mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-07 05:35:02 -05:00
voice: Fix a handful of non-voiced splash messages
Change-Id: I561c756c542fa24824a881b5632c955a920b8471
This commit is contained in:
parent
0bfc5d8d99
commit
b6053c4d54
4 changed files with 4 additions and 5 deletions
|
|
@ -1819,7 +1819,7 @@ static int dircache_callback(int btn, struct gui_synclist *lists)
|
|||
case ACTION_STD_CANCEL:
|
||||
if (*(int *)lists->data > 0 && info.status == DIRCACHE_SCANNING)
|
||||
{
|
||||
splash(HZ, str(LANG_SCANNING_DISK));
|
||||
splash(HZ, ID2P(LANG_SCANNING_DISK));
|
||||
btn = ACTION_NONE;
|
||||
}
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue