summaryrefslogtreecommitdiff
path: root/apps/onplay.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/onplay.c')
-rw-r--r--apps/onplay.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/onplay.c b/apps/onplay.c
index 61ef8acad5..ee183450fa 100644
--- a/apps/onplay.c
+++ b/apps/onplay.c
@@ -425,6 +425,7 @@ static bool playing_time(void)
425 if (global_settings.talk_menu) 425 if (global_settings.talk_menu)
426 gui_synclist_set_voice_callback(&pt_lists, playing_time_speak_info); 426 gui_synclist_set_voice_callback(&pt_lists, playing_time_speak_info);
427 gui_synclist_set_nb_items(&pt_lists, 8); 427 gui_synclist_set_nb_items(&pt_lists, 8);
428 gui_synclist_set_title(&pt_lists, str(LANG_PLAYING_TIME), NOICON);
428 gui_synclist_draw(&pt_lists); 429 gui_synclist_draw(&pt_lists);
429 gui_synclist_speak_item(&pt_lists); 430 gui_synclist_speak_item(&pt_lists);
430 while (true) { 431 while (true) {