mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04: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
|
@ -739,7 +739,7 @@ static int delete_file_dir(void)
|
|||
}
|
||||
|
||||
clear_display(true);
|
||||
splash(HZ/2, str(LANG_DELETING));
|
||||
splash(HZ/2, ID2P(LANG_DELETING));
|
||||
|
||||
int rc = -1;
|
||||
|
||||
|
@ -1826,4 +1826,3 @@ int get_onplay_context(void)
|
|||
{
|
||||
return context;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue