forked from len0rd/rockbox
Only voice the MMC remove prompt if voicing is enabled
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5406 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
0ee36f882d
commit
1f6c48011c
1 changed files with 2 additions and 1 deletions
|
|
@ -130,6 +130,7 @@ int mmc_remove_request(void)
|
|||
|
||||
lcd_clear_display();
|
||||
splash(1, true, str(LANG_REMOVE_MMC));
|
||||
if (global_settings.talk_menu)
|
||||
talk_id(LANG_REMOVE_MMC, false);
|
||||
|
||||
while (1)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue