summaryrefslogtreecommitdiff
path: root/apps/onplay.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/onplay.c')
-rw-r--r--apps/onplay.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/apps/onplay.c b/apps/onplay.c
index e4e2a7b3b8..bb93d204e0 100644
--- a/apps/onplay.c
+++ b/apps/onplay.c
@@ -382,8 +382,9 @@ static bool playing_time(void)
382 although playback continues forward. */ 382 although playback continues forward. */
383 for (i = 0; i < pti.nb_tracks; i++) { 383 for (i = 0; i < pti.nb_tracks; i++) {
384 /* Show a splash while we are loading. */ 384 /* Show a splash while we are loading. */
385 splashf(0, str(LANG_LOADING_PERCENT), 385 splash_progress(i, pti.nb_tracks,
386 i*100/pti.nb_tracks, str(LANG_OFF_ABORT)); 386 "%s (%s)", str(LANG_WAIT), str(LANG_OFF_ABORT));
387
387 /* Voice equivalent */ 388 /* Voice equivalent */
388 if (TIME_AFTER(current_tick, talked_tick+5*HZ)) { 389 if (TIME_AFTER(current_tick, talked_tick+5*HZ)) {
389 talked_tick = current_tick; 390 talked_tick = current_tick;