1
0
Fork 0
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:
Jens Arnold 2004-11-12 22:19:29 +00:00
parent 0ee36f882d
commit 1f6c48011c

View file

@ -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)